event_id
.event_id
parameter can be retrieved from the following requests:/events/custom_clips
/events/custom_event
/events/custom_alert_clips
Role | Permission |
---|---|
Partner | |
Partner View | |
Custom Partner | |
Fleet Manager | |
Group Manager | |
User | |
Custom User |
channels
parameter is empty or absent in request then display all of available channels by default otherwise return data just for passed channelscurl --location --request GET 'https://fleet.roscolive.com/api/v1.0/partners/companies//events//snapshots?channels='
snapshots
field must have snapshots data for at least one channel.{
"meta": {
"code": 200
},
"response": {
"snapshots_urls": [
"https://stages3.roscocloud.com/rosco-user-825/3868616673/2631399/1.jpeg?AWSAccessKeyId=BPXNT92WDLK6T3YY6Q9V&Signature=k3TYMn7LpVA%2Bk2Q5sLu%2BDx8HRa1%3D&Expires=1749912593",
"https://stages3.roscocloud.com/rosco-user-825/3868616673/2631399/2.jpeg?AWSAccessKeyId=BPXNT92WDLK6T3YY6Q9V&Signature=w8BZFs1NmRK%2BT9U3mPx%2Blj6QZDf7%3D&Expires=1749912593",
"https://stages3.roscocloud.com/rosco-user-825/3868616673/2631399/4.jpeg?AWSAccessKeyId=BPXNT92WDLK6T3YY6Q9V&Signature=x5QJPd9TwUZ%2BF7E2zNk%2Bnc3LMGc9%3D&Expires=1749912593"
]
},
"result": "OK"
}