GET
/
financial-documents
/
se
/
{financialDocumentReference}
/
metadata
curl --request GET \
  --url https://api.tic.io/financial-documents/se/{financialDocumentReference}/metadata \
  --header 'x-api-key: <api-key>'
{
  "financialDocumentReference": "<string>",
  "companyName": "<string>",
  "registrationNumber": 123,
  "arrivalDate": "2023-11-07T05:31:56Z",
  "ruleset": "<string>",
  "code": "<string>",
  "formatDescription": "<string>",
  "periodStart": "2023-11-07T05:31:56Z",
  "periodEnd": "2023-11-07T05:31:56Z",
  "annualGeneralMeetingDate": "2023-11-07T05:31:56Z",
  "lastSignatureDate": "2023-11-07T05:31:56Z",
  "auditorFullName": "<string>",
  "auditCompanyName": "<string>",
  "hasReportXBRL": true,
  "hasReportiXBRL": true,
  "hasReportPDF": true,
  "hasAuditLetterXBRL": true,
  "hasAuditLetteriXBRL": true,
  "hasAuditLetterPDF": true,
  "reportSoftwareMetaTag": "<string>",
  "reportSoftwareVersionMetaTag": "<string>",
  "reportApplicationName": "<string>",
  "reportAuditReportHashMetaTag": "<string>",
  "reportOriginatorMetaTag": "<string>",
  "reportAuditorMetaTag": "<string>",
  "auditorSoftwareMetaTag": "<string>",
  "auditorSoftwareVersionMetaTag": "<string>",
  "auditorApplicationName": "<string>",
  "auditorReportHashMetaTag": "<string>",
  "auditorOriginatorMetaTag": "<string>",
  "caseRegistrationDate": "2023-11-07T05:31:56Z",
  "caseNumber": 123,
  "caseYear": 123,
  "notificationDate": "2023-11-07T05:31:56Z"
}

Details

This will return the any known metadata for the financial report.

Authorizations

x-api-key
string
header
required

Path Parameters

financialDocumentReference
string
required

The financial document id

Response

200 - application/json

OK

The response is of type object.