device_id.start_ts and end_ts and must be >= to 5 minutes and <= to 60 minutes.event_id of the generated request. The event will contain 1 snapshot per channel from the beggining of every minute of the range requested| Role | Permission |
|---|---|
| Partner | |
| Partner View | |
| Custom Partner | |
| Fleet Manager | |
| Group Manager | |
| User | |
| Custom User |
curl --location --request PUT 'https://fleet.roscolive.com/api/v1.0/events/custom_snapshots_clip' \
--form 'device_id="123456789"' \
--form 'start_ts="YYMMDDhhmmss"' \
--form 'end_ts="YYMMDDhhmmss"' \
--form 'geotab_user_id=""'{
"meta": {
"code": 200
},
"response": {
"event_id": 2631700
},
"result": "OK"
}