GET
/
datasets
/
companies
/
{companyId}
/
financial-report-summaries
/
{financialReportSummaryId}
/
files
curl --request GET \
  --url https://api.tic.io/datasets/companies/{companyId}/financial-report-summaries/{financialReportSummaryId}/files \
  --header 'x-api-key: <api-key>'
[
  {
    "companyFinancialReportFileId": 123,
    "reportFileType": "xbrl",
    "firstSeenAtUtc": "2023-11-07T05:31:56Z",
    "lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
  }
]

This endpoint delivers all present available files in the financial report. Please note that this endpoint is redundant since the files are delivered in the financial-report-summary.

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer
required

The company id

financialReportSummaryId
integer
required

The financial report summary id

Response

200
application/json

OK

The response is of type object[].