Financial Documents
Report overlay
Download or view the financial document by it’s id in the iXBRL format and overlay errors
GET
/
financial-documents
/
se
/
{financialDocumentId}
/
error
Details
This will return the report in a XBRL format inline with the browser e.g it will open the browser PDF viewer (XML). To force a download you can use querystring inline=false.
It will inject a script that hightlights any errors in the annual report and also display a table. You can acess the error object in the window object, window.model.
Example
Example of window.model object
Authorizations
x-api-key
string
headerrequiredPath Parameters
financialDocumentId
integer
requiredThe document id
Query Parameters
inline
boolean
default: trueSet to true to get an inline file rendered in the browser