🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/camera/findAllSharedLiveVideoStreams \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"error": true,
"errorMsg": "<string>",
"sharedLiveVideoStreams": [
{
"audioDeviceHwVar": "RASPBERRY_PI_3",
"audioGatewayUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0",
"audioPushToTalkEnabled": true,
"cameraUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0",
"deviceHwVar": "RASPBERRY_PI_3",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0",
"expirationTime": 123,
"hideOverlay": true,
"invertSchedule": true,
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"passwordProtected": true,
"scheduleUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"sharedLiveM3U8StreamUrl": "<string>",
"sharedLiveVideoStreamUrl": "<string>",
"sharedWithMonitoringService": true,
"ssoProtected": true,
"streamType": "USER",
"timestampMs": 123,
"unscheduledMessage": "<string>",
"uuid": "AAAAAAAAAAAAAAAAAAAAAA",
"vodEnabled": true
}
],
"warningMsg": "<string>"
}Get list of all shared live streams
curl --request POST \
--url https://api2.rhombussystems.com/api/camera/findAllSharedLiveVideoStreams \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '{}'{
"error": true,
"errorMsg": "<string>",
"sharedLiveVideoStreams": [
{
"audioDeviceHwVar": "RASPBERRY_PI_3",
"audioGatewayUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0",
"audioPushToTalkEnabled": true,
"cameraUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0",
"deviceHwVar": "RASPBERRY_PI_3",
"deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0",
"expirationTime": 123,
"hideOverlay": true,
"invertSchedule": true,
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"passwordProtected": true,
"scheduleUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"sharedLiveM3U8StreamUrl": "<string>",
"sharedLiveVideoStreamUrl": "<string>",
"sharedWithMonitoringService": true,
"ssoProtected": true,
"streamType": "USER",
"timestampMs": 123,
"unscheduledMessage": "<string>",
"uuid": "AAAAAAAAAAAAAAAAAAAAAA",
"vodEnabled": true
}
],
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request to find all shared live video streams.
Was this page helpful?