GET
/
datasets
/
companies
/
{companyId}
/
parties
curl --request GET \
  --url https://api.tic.io/datasets/companies/{companyId}/parties \
  --header 'x-api-key: <api-key>'
[
  {
    "positionType": "<string>",
    "positionDescription": "<string>",
    "positionStart": "2023-11-07T05:31:56Z",
    "positionEnd": "2023-11-07T05:31:56Z",
    "fullName": "<string>",
    "givenName": "<string>",
    "firstName": "<string>",
    "middleName": "<string>",
    "lastName": "<string>",
    "isProtected": true,
    "roleByCompanyName": "<string>",
    "roleByCompanyRegistrationNumber": "<string>",
    "roleByPersonalIdentityNumber": "<string>",
    "auditorType": "certifiedPublicAccountant",
    "employeeRepresentative": true,
    "personId": 123,
    "personalIdentityNumber": "<string>",
    "birthday": "<string>",
    "lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
  }
]

Authorizations

x-api-key
string
header
required

Path Parameters

companyId
integer
required

The company id

Response

200 - application/json

OK

The response is of type object[].