cURL
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" }
Get metadata for the financial document with id
The financial document id
OK