GET
/
datasets
/
companies
/
{companyId}
/
registered-offices
curl --request GET \
  --url https://api.tic.io/datasets/companies/{companyId}/registered-offices \
  --header 'x-api-key: <api-key>'
[
  {
    "companyRegisteredOfficeId": 123,
    "registeredOfficeLocation": "<string>",
    "municipality": "<string>",
    "municipalityCode": "<string>",
    "county": "<string>",
    "countyCode": "<string>",
    "latitude": 123,
    "longitude": 123,
    "firstSeenAtUtc": "2023-11-07T05:31:56Z",
    "lastUpdatedAtUtc": "2023-11-07T05:31:56Z",
    "caseYear": 123,
    "caseNumber": 123
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer
required

The company id

Response

200 - application/json
OK
companyRegisteredOfficeId
integer
registeredOfficeLocation
string | null
municipality
string | null
municipalityCode
string | null
county
string | null
countyCode
string | null
latitude
number | null
longitude
number | null
firstSeenAtUtc
string | null
lastUpdatedAtUtc
string
caseYear
integer | null
caseNumber
integer