Skip to content

Endpoints ‐ Submissions

jcadam14 edited this page Mar 18, 2024 · 19 revisions
  • GET /v1/filing/institutions/{lei}/filings/{period_name}/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_name}/submissions/latest - returns the most current Submission JSON object for the passed in lei and period code
  • GET /v1/filing/institutions/{lei}/filings/{period_name}/submissions/{id} - return specific Submission JSON object for passed in submission id
  • POST /v1/filing/institutions/{lei}/filings/{period_name}/submissions - Uploads a submission file. This will generate and return a new Submission JSON
  • PUT /v1/filing/institutions/{lei}/filings/{period_name}/submissions/{id}/accept - Accepts a Submission. This will return the updated Submission JSON
Clone this wiki locally