Request custom video from device
PUT
/events/custom_clips
eventcustom
start_ts
and end_ts
. Requested event will upload a video of the requested duration along with a snapshot which is taken from the "center" of the request.event_id
in the response.User Role Permissions
User Role | Allowed |
---|---|
Partner | |
Partner View | |
Custom Partner | Requires permissions to be enabled |
Fleet Manager | |
Group Manager | |
User | |
Custom User | Requires permissions to be enabled |
Considerations
Request
Body Params multipart/form-data
device_id
integer
required
>= 0
Example:
1234567890
start_ts
string <date-time>
required
Start date/time for the desired time period.
For duration
d = end_ts
- start_ts
snapshot_only=false
: 5 seconds <= d <= 1 hour
snapshot_only=true
: 5 minutes <= d <= 1 hour
>= 14 characters<= 14 characters
Example:
20240112132100
end_ts
string <date-time>
required
>= 14 characters<= 14 characters
Example:
20240112132130
custom_event_type
string
optional
data
string <json>
optional
Example:
{ "foo": "bar" }
event_display_type
string
optional
Default:
Custom Event
Example:
My New Event
Request samples
Responses
Modified at 2025-02-18 15:10:38