cURL
curl --request GET \ --url https://lens-api.tic.io/companies/{id}/current-cases \ --header 'x-api-key: <api-key>'
[ { "companyCaseId": 123, "caseYear": 123, "caseNumber": 123, "arrivalDate": "2023-11-07T05:31:56Z", "classificationCodes": "<string>", "classificationCodesList": [ { "code": "<string>", "description": "<string>" } ], "registrationDate": "2023-11-07T05:31:56Z", "caseRegistrationDate": "2023-11-07T05:31:56Z" } ]
Returns the company’s currently open legal and administrative cases (e.g. Kronofogden, Skatteverket, Bolagsverket).
Internal company ID
Currently open cases
Show child attributes