API Core Documentation
Search
Financial Documents
Company Documents
Companies
- GETSummary
- GETGraph
- GETParties
- GETFinancial summary
- GETFinancial reports table
- GETFinancial reports
- GETIntelligence
- GETDebtor summary
- GETWorkplace summary
- GETOwnerships
- GETBank accounts
- GETBeneficial owners
- 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
Vehicles
Vehicle events
Get all events related to a vehicle
GET
/
datasets
/
vehicles
/
se
/
{vehicleId}
/
events
curl --request GET \
--url https://api.tic.io/datasets/vehicles/se/{vehicleId}/events \
--header 'x-api-key: <api-key>'
[
{
"vehicleEventId": 123,
"eventStartDate": "2023-11-07T05:31:56Z",
"eventStartDate2": "<string>",
"eventEndDate": "2023-11-07T05:31:56Z",
"eventType": "nyBrukare",
"eventDescription": "<string>",
"eventMetadata": "<string>",
"companyId": 123,
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]
Will get all known historic events for the vehicle.
Authorizations
Path Parameters
The id of the vehicle
Response
200 - application/json
OK
The response is of type object[]
.
curl --request GET \
--url https://api.tic.io/datasets/vehicles/se/{vehicleId}/events \
--header 'x-api-key: <api-key>'
[
{
"vehicleEventId": 123,
"eventStartDate": "2023-11-07T05:31:56Z",
"eventStartDate2": "<string>",
"eventEndDate": "2023-11-07T05:31:56Z",
"eventType": "nyBrukare",
"eventDescription": "<string>",
"eventMetadata": "<string>",
"companyId": 123,
"lastUpdatedAtUtc": "2023-11-07T05:31:56Z"
}
]