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

SecurityAPIKey
Request
path Parameters
vehicleId
required
integer <int64> [ 1 .. 9223372036854780000 ]

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

Access is denied for this vehicle. The given API key's context does not have the proper permissions.

404

The specified vehicle cannot be found.

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