cURL
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" } ]
Gets all files available for a financial report summary
The company id
The financial report summary id
OK
The response is of type object[].
object[]