get
https://api.gomotive.com/v1/video_recall_requests/assets/available_timelines
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Purpose: Returns the available video timeline segments for a specific asset so you can verify video availability before creating a video recall request.
Response Parameters
asset
- Type: Object
- Description: Contains the details of the asset for which available video timelines are returned.
id
- Type: Integer
- Description: The unique identifier of the asset.
name
- Type: String
- Description: The name of the asset associated with the available timelines.
primary_entity
- Type: String
- Description: Indicates the primary entity associated with the response. For this endpoint, the value is
asset.
vehicle
- Type: Object or Null
- Description: Contains the details of the vehicle associated with the asset, if available. Otherwise, this field is
null.
available_timelines
- Type: Array of Objects
- Description: Contains the list of time ranges for which video is available for the asset.
start_time
- Type: String
- Description: The start time of an available video timeline, in ISO 8601 format.
end_time
- Type: String
- Description: The end time of an available video timeline, in ISO 8601 format.
quota_info
- Type: Object
- Description: Contains the video recall quota details for the company.
regular
- Type: Object
- Description: Contains the quota usage details for regular video recall requests.
used_minutes
- Type: Integer
- Description: The number of regular video recall minutes used by the company in the current quota period.
remaining_minutes
- Type: Integer
- Description: The number of regular video recall minutes remaining for the company in the current quota period.
total_minutes
- Type: Integer
- Description: The total number of regular video recall minutes allocated to the company for the current quota period.
timelapse
- Type: Object
- Description: Contains the quota usage details for timelapse video recall requests.
used_minutes
- Type: Integer
- Description: The number of timelapse video recall minutes used by the company in the current quota period.
remaining_minutes
- Type: Integer
- Description: The number of timelapse video recall minutes remaining for the company in the current quota period.
total_minutes
- Type: Integer
- Description: The total number of timelapse video recall minutes allocated to the company for the current quota period.
