Skip to content

Sequences ‐ Get Filing Periods

jcadam14 edited this page Mar 6, 2024 · 1 revision

Get all Filing Periods

---
title: Get Filing Periods
---
sequenceDiagram
    actor Authenticated User
    Authenticated User->>frontend: logs on, select FI/LEI
    frontend->>filing_api: GET /v1/filing/periods
    filing_api->>submission_repo: get_filing_periods
    filing_api-->>frontend: return [FilingPeriodDTO]
    frontend->>frontend: order high to low id, default highest
   Authenticated User->>Authenticated User: selects next, or page moves forward
Loading
Clone this wiki locally