generated from cfpb/open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
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
- Filing Period JSON
- Filing JSON
- SnapshotUpdate JSON
- Contact Info JSON
- Submission JSON
- Validation JSON
- Voluntary JSON
- Sequences ‐ Get Filing Periods
- Sequences ‐ Get Filing
- Sequences ‐ Create New Filing
- Sequences ‐ Update Filing
- Sequences ‐ Get Submission
- Sequences ‐ Post Submission
- Sequences ‐ Validate Submission
- Sequences ‐ Get Contact Info
- Sequences ‐ Update Contact Info
- Sequences ‐ Sign Filing
- Sequences ‐ Verify LEI is Active