Skip to content

Endpoints ‐ Submissions

jcadam14 edited this page May 3, 2024 · 19 revisions
  • GET /v1/filing/institutions/{lei}/filings/{period_code}/submissions - returns all Submission JSON objects for the passed in lei and period code
    • Returns 204 NO_CONTENT if submission list is empty for LEI and period
  • GET /v1/filing/institutions/{lei}/filings/{period_code}/submissions/latest - returns the most current Submission JSON object for the passed in lei and period code
  • GET /v1/filing/institutions/{lei}/filings/{period_code}/submissions/{id} - return specific Submission JSON object for passed in submission id
  • POST /v1/filing/institutions/{lei}/filings/{period_code}/submissions - Uploads a submission file. This will generate and return a new Submission JSON
  • PUT /v1/filing/institutions/{lei}/filings/{period_code}/submissions/{id}/accept - Accepts a Submission. This will return the updated Submission JSON
  • GET /v1/filing/institutions/{lei}/filings/{period_code}/submissions/latest/report - returns a csv format report file for the latest Submission validation results.
  • GET /v1/filing/institutions/{lei}/filings/{period_code}/submissions/{submission_id}/report - - returns a csv format report file for the Submission validation results for the passed in id.