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

x-api-key
string
header
required

Path Parameters

vehicleId
integer
required

The id of the vehicle

Response

200 - application/json

OK

The response is of type object[].