event_id
parameter can be retrieved from the following requests:/events/custom_clips
/events/custom_event
/events/custom_alert_clips
video_type
parameter can be:nvr
mp4_1
mp4_2
mp4_3
mp4_4
all
which means the .nvr file and mp4 file for each channel.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 channels.channels
only with video_type=all
. For other video_type
values the channels
parameter will be ignoredcurl --location --request GET 'https://fleet.roscolive.com/api/v1.0/companies//events//videos?video_type=&channels'
{
"meta": {
"code": 200
},
"response": {
"metadata_url": "https://stages3.roscocloud.com/rosco-user-66/3337528432/2622151/0000000000072353-250410-202010-202021-10O700000022.json?AWSAccessKeyId=BPXNT92WDLK6T3YY6Q9V&Signature=a7MLXp9VqNC%2BD6H8sQj%2Bo2TRPea5%3D&Expires=1781451403",
"nvr_url": "https://stages3.roscocloud.com/rosco-user-66/3337528432/2622151/0000000000072353-250410-202010-202021-10O700000022.nvr?AWSAccessKeyId=BPXNT92WDLK6T3YY6Q9V&Signature=p4TKWd6MzEY%2BL3A5rVm%2Bd9LFJCu8%3D&Expires=1749916003",
"video_urls": [
"https://stages3.roscocloud.com/rosco-user-66/3337528432/2622151/0000000000072353-250410-202010-202021-10O700000022_1.mp4?AWSAccessKeyId=BPXNT92WDLK6T3YY6Q9V&Signature=z3NQHs2RxVO%2BX7T1mKc%2Bj6YUPed9%3D&Expires=1749916003",
"https://stages3.roscocloud.com/rosco-user-66/3337528432/2622151/0000000000072353-250410-202010-202021-10O700000022_2.mp4?AWSAccessKeyId=BPXNT92WDLK6T3YY6Q9V&Signature=w6FRZq8LtMB%2BF9J2xLp%2Bc3SEWgn7%3D&Expires=1749916003",
"https://stages3.roscocloud.com/rosco-user-66/3337528432/2622151/0000000000072353-250410-202010-202021-10O700000022_4.mp4?AWSAccessKeyId=BPXNT92WDLK6T3YY6Q9V&Signature=x8VNEp3JaTR%2BC1M7yOw%2Ba5LUQbv4%3D&Expires=1749916003"
]
},
"result": "OK"
}