🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/event/getSavedClipsV2 \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "maxPageSize": 100, "pageTimestampMs": 1640995200000 } '
{ "error": true, "errorMsg": "<string>", "lastEvaluatedTimestampMs": 123, "savedClips": [ { "accessSettings": { "allowedRoles": [ "AAAAAAAAAAAAAAAAAAAAAA" ], "allowedUsers": [ "AAAAAAAAAAAAAAAAAAAAAA" ], "visibility": "PRIVATE" }, "alterMap": {}, "analyzed": true, "byteCount": 123, "clipLocation": { "region": "<string>" }, "consoleDelete": true, "createdAtMs": 123, "description": "<string>", "devicePresentationOrder": [ "AAAAAAAAAAAAAAAAAAAAAA.v0" ], "deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0", "deviceUuidMap": {}, "deviceUuids": [ "AAAAAAAAAAAAAAAAAAAAAA.v0" ], "durationSec": 123, "externalTransactionId": "<string>", "fisheyeMap": {}, "integrationUploadList": [ "AVIGILON_ALTA" ], "isMonitoringClip": true, "isVendorClip": true, "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA", "sendToSharedStorage": true, "sha256Hex": "<string>", "sourceAlertUuid": "AAAAAAAAAAAAAAAAAAAAAA", "status": "INITIATING", "thumbnailLocation": { "region": "<string>" }, "timestampMs": 123, "title": "<string>", "userUuid": "AAAAAAAAAAAAAAAAAAAAAA", "uuid": "AAAAAAAAAAAAAAAAAAAAAA", "videoResolution": { "height": 123, "width": 123 } } ], "warningMsg": "<string>" }
Get list of saved clips in organization
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for retrieving saved clips with pagination.
Set max results returned. Note: in future this will be defaulted to 100
100
Timestamp start to specify page of up to 100 saved clips
1640995200000
OK
Response object containing saved clips with pagination.
Timestamp of the last evaluated clip for pagination
List of saved clips
Show child attributes
Was this page helpful?