Skip to main content
GET
/
datasets
/
companies
/
{companyId}
/
financial-report-summaries
/
{financialReportSummaryId}
/
files
Financial report 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

OK

companyFinancialReportFileId
integer
reportFileType
enum<string>
Available options:
xbrl,
xbrL_RB,
iXBRL,
iXBRL_RB,
tiff,
enhancedPDFSearchable,
originalPDFImage,
originalPDFSearchable,
entityJson,
ocrJson,
tifF_RB
firstSeenAtUtc
string<date-time> | null
lastUpdatedAtUtc
string<date-time>
I