v1

latestOpenAPI 3.1.02026-07-2483219318.4 KB
Reports

Get report data sources

A data source represents a single financial statement. Note that in the case of multiple statements merged into a single file, there may be multiple data sources pointing to a single document.

Note: This endpoint is paginated. To list all data source records, it may be necessary to loop through all available pages using the cursor returned with each response.

get/v1/applications/{applicationId}/reports/{reportId}/data-sources

Path parameters

applicationIdstring required
Example:application_tz4a98xxat96iws9zmbrgj3a
reportIdstring required
Example:report_tz4a98xxat96iws9zmbrgj3a

Query parameters

cursorstring

Response

Success

cursorstring nullable required

Example response

{
  "items": [
    {
      "_id": "src_tz4a98xxat96iws9zmbrgj3a",
      "_account": "report_acc_tz4a98xxat96iws9zmbrgj3a",
      "origin": {
        "_document": "doc_tz4a98xxat96iws9zmbrgj3a"
      }
    }
  ]
}