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",
    "roleByCompanyName": "<string>",
    "roleByCompanyRegistrationNumber": "<string>",
    "roleByPersonName": "<string>",
    "roleByPersonalIdentityNumber": "<string>",
    "auditorType": "certifiedPublicAccountant",
    "employeeRepresentative": true,
    "personId": 123,
    "personalIdentityNumber": "<string>",
    "birthday": "<string>",
    "fullName": "<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
positionType
string | null
positionDescription
string | null
positionStart
string | null
positionEnd
string | null
roleByCompanyName
string | null
roleByCompanyRegistrationNumber
string | null
roleByPersonName
string | null
roleByPersonalIdentityNumber
string | null
auditorType
enum<string>
Available options:
certifiedPublicAccountant,
approvedAccountant,
foreignAuditor
employeeRepresentative
boolean | null
personId
integer | null
personalIdentityNumber
string | null
birthday
string | null
fullName
string | null
lastUpdatedAtUtc
string