API Core Documentation
Search
Financial Documents
Company Documents
Companies
- GETSummary
- GETGraph
- GETParties
- GETFinancial summary
- GETFinancial reports
- GETIntelligence
- GETDebtor summary
- GETWorkplace summary
- GETOwnerships
- GETBank accounts
- GETSNI codes
- GETEmployee contributions
- GETPayrolls
- GETShare register
- GETShare capital
- GETShare class
- GETShare issue
- GETBonus issue
- GETAuthorizations
- GETRegistration
- GETHyperlinks
- GETNames
- GETPhonenumbers
- GETPurposes
- GETEmail
- GETSignatories
- GETTrademarks
- GETRegistered offices
- GETStatus
- GETDomains
- GETBusiness mortgages
Watchlists
Companies
Workplace summary
Gets a summary of the companys workplaces
GET
/
datasets
/
companies
/
{companyId}
/
workplaces
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/workplaces \
--header 'x-api-key: <api-key>'
{
"id": "<string>",
"companyWorkplaceId": 123,
"workplaceCode": 123,
"workplaceCompanies": [
{
"companyId": 123,
"fromDate": 123,
"toDate": 123,
"registrationNumber": "<string>",
"mostRecentName": "<string>",
"legalEntityType": "<string>",
"localCompanyCode": "<string>",
"elfCode": "<string>",
"registrationDate": 123,
"ceasedDate": 123,
"isCeased": true
}
],
"workplaceUnits": [
{
"companyId": 123,
"unitIdentifier": 123,
"firstSeenAt": 123,
"lastSeenAt": 123
}
],
"workplaceName": [
{
"nameOrIdentifier": "<string>",
"firstSeenAt": 123,
"lastSeenAt": 123
}
],
"workplaceType": 123,
"workplaceTypeDescriptionSv": "<string>",
"employeesRangeType": 123,
"employeesRangeTypeDescriptionSv": "<string>",
"mostRecentVisitingAddress": {
"co": "<string>",
"streetAddress": "<string>",
"street": "<string>",
"houseNumber": "<string>",
"houseLetter": "<string>",
"postalCode": "<string>",
"city": "<string>",
"countryCodeAlpha3": "<string>",
"municipalityCode": "<string>",
"countyCode": "<string>",
"nyko": "<string>",
"nykoYear": 123,
"firstSeenAt": 123,
"lastSeenAt": 123,
"location": [
123
]
},
"mostRecentMailingAddress": {
"co": "<string>",
"streetAddress": "<string>",
"street": "<string>",
"houseNumber": "<string>",
"houseLetter": "<string>",
"postalCode": "<string>",
"city": "<string>",
"countryCodeAlpha3": "<string>",
"municipalityCode": "<string>",
"countyCode": "<string>",
"nyko": "<string>",
"nykoYear": 123,
"firstSeenAt": 123,
"lastSeenAt": 123,
"location": [
123
]
},
"sniCodes": [
{
"sni_2007Code": "<string>",
"sni_2007Name": "<string>",
"rank": 123
}
],
"status": [
{
"statusType": "isActive",
"statusDate": 123,
"statusDescription": "<string>"
}
]
}
Authorizations
Path Parameters
The id of the company
Query Parameters
Take records after the id
Page size
Response
200 - application/json
The search response
curl --request GET \
--url https://api.tic.io/datasets/companies/{companyId}/workplaces \
--header 'x-api-key: <api-key>'
{
"id": "<string>",
"companyWorkplaceId": 123,
"workplaceCode": 123,
"workplaceCompanies": [
{
"companyId": 123,
"fromDate": 123,
"toDate": 123,
"registrationNumber": "<string>",
"mostRecentName": "<string>",
"legalEntityType": "<string>",
"localCompanyCode": "<string>",
"elfCode": "<string>",
"registrationDate": 123,
"ceasedDate": 123,
"isCeased": true
}
],
"workplaceUnits": [
{
"companyId": 123,
"unitIdentifier": 123,
"firstSeenAt": 123,
"lastSeenAt": 123
}
],
"workplaceName": [
{
"nameOrIdentifier": "<string>",
"firstSeenAt": 123,
"lastSeenAt": 123
}
],
"workplaceType": 123,
"workplaceTypeDescriptionSv": "<string>",
"employeesRangeType": 123,
"employeesRangeTypeDescriptionSv": "<string>",
"mostRecentVisitingAddress": {
"co": "<string>",
"streetAddress": "<string>",
"street": "<string>",
"houseNumber": "<string>",
"houseLetter": "<string>",
"postalCode": "<string>",
"city": "<string>",
"countryCodeAlpha3": "<string>",
"municipalityCode": "<string>",
"countyCode": "<string>",
"nyko": "<string>",
"nykoYear": 123,
"firstSeenAt": 123,
"lastSeenAt": 123,
"location": [
123
]
},
"mostRecentMailingAddress": {
"co": "<string>",
"streetAddress": "<string>",
"street": "<string>",
"houseNumber": "<string>",
"houseLetter": "<string>",
"postalCode": "<string>",
"city": "<string>",
"countryCodeAlpha3": "<string>",
"municipalityCode": "<string>",
"countyCode": "<string>",
"nyko": "<string>",
"nykoYear": 123,
"firstSeenAt": 123,
"lastSeenAt": 123,
"location": [
123
]
},
"sniCodes": [
{
"sni_2007Code": "<string>",
"sni_2007Name": "<string>",
"rank": 123
}
],
"status": [
{
"statusType": "isActive",
"statusDate": 123,
"statusDescription": "<string>"
}
]
}