GET
/
datasets
/
companies
/
{companyId}
/
financial-report-summaries
/
{financialReportSummaryId}
/
files
/
{financialReportFileId}
curl --request GET \
  --url https://api.tic.io/datasets/companies/{companyId}/financial-report-summaries/{financialReportSummaryId}/files/{financialReportFileId} \
  --header 'x-api-key: <api-key>'

This endpoint delivers the actual file requested for the financial report.

ReportFileFormat

The available files depends on the source format but here is list of all available types, ReportFileType, present in the response.

The default file to use for presentation in web applications are OriginalPDFImage or OriginalPDFSearchable.

EnumSwedishEnglish
XBRLXBRL formatXBRL format
XBRL_RBXBRL format av revisionsberättelsenXBRL format of the audit report
iXBRLiXBRL format (xhtml)iXBRL format (xhtml)
iXBRL_RBiXBRL format (xhtml) av revisionsberättelseniXBRL format (xhtml) of the audit report
TIFFOrginal multi-page tiffOrginal multi-page tiff
EnhancedPDFSearchableIDP bearbetad PDF med skarpare text och fritext sökbarIDP processed PDF with sharper text and freetext searchable
OriginalPDFImageOrginal PDFOrginal PDF
OriginalPDFSearchableOrginal PDF fritext sökbarOrginal PDF freetext searchable
EntityJsonJSON format av rapportenJSON format of the report
OCRJsonhOCR format av rapportenhOCR format of the report
TIFF_RBOrginal multi-page tiff av revisionsberättelsenOrginal multi-page of the audit report

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer
required

The company id

financialReportSummaryId
integer
required

The financial report summary id

financialReportFileId
integer
required

The financial report file id

Response

200

OK