GET
/
financial-documents
/
se
/
{financialDocumentReference}
/
audit
/
ixbrl
curl --request GET \
  --url https://api.tic.io/financial-documents/se/{financialDocumentReference}/audit/ixbrl \
  --header 'x-api-key: <api-key>'

Details

This will return the audit document in a XHTML (iXBRL) format inline with the browser. To force a download you can use querystring inline=false.

Authorizations

x-api-key
string
header
required

Path Parameters

financialDocumentReference
string
required

The document reference

Query Parameters

inline
boolean
default:true

Set to true to get an inline file rendered in the browser

Response

200

OK