GET
/
financial-documents
/
se
/
{financialDocumentId}
/
metadata
curl --request GET \
  --url https://api.tic.io/financial-documents/se/{financialDocumentId}/metadata \
  --header 'x-api-key: <api-key>'
{
  "financialDocumentId": 123,
  "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

financialDocumentId
integer
required

The financial document id

Response

200 - application/json
OK
financialDocumentId
integer
companyName
string | null
registrationNumber
integer | null
arrivalDate
string | null
ruleset
string | null
code
string | null
formatDescription
string | null
periodStart
string | null
periodEnd
string | null
annualGeneralMeetingDate
string | null
lastSignatureDate
string | null
auditorFullName
string | null
auditCompanyName
string | null
hasReportXBRL
boolean
hasReportiXBRL
boolean
hasReportPDF
boolean
hasAuditLetterXBRL
boolean
hasAuditLetteriXBRL
boolean
hasAuditLetterPDF
boolean
reportSoftwareMetaTag
string | null
reportSoftwareVersionMetaTag
string | null
reportApplicationName
string | null
reportAuditReportHashMetaTag
string | null
reportOriginatorMetaTag
string | null
reportAuditorMetaTag
string | null
auditorSoftwareMetaTag
string | null
auditorSoftwareVersionMetaTag
string | null
auditorApplicationName
string | null
auditorReportHashMetaTag
string | null
auditorOriginatorMetaTag
string | null
caseRegistrationDate
string | null
caseNumber
integer | null
caseYear
integer | null
notificationDate
string | null