Return timelines that represent when video is available for the specified vehicle.

SecuritybearerAuth
Request
path Parameters
vehicleId
required
integer <int64> [ 1 .. 9223372036854776000 ]

The primary identifier of the vehicle.

Responses
200
400

The parameters given in the request are invalid.

401

Access is denied. This can occur from an invalid key or invalid pod.

403

You have no permissions to make this operation.

404

Vehicle does not exist.

500

Requested operation cannot be performed.

503

Requested operation cannot be performed. Try again later.

get/vehicles/{vehicleId}/timeline
Request samples
Response samples
application/json
{
  • "viewTimelines": [
    ],
  • "vehicleName": "string",
  • "groupId": "string"
}