🚧 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/camera/getRawHttpStreams \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0" } '
{ "error": true, "errorMsg": "<string>", "rawHttpStreams": [ { "audioPath": "<string>", "createdAtMs": 123, "createdBy": "<string>", "customPathPart": "<string>", "deviceType": "BLE_TRACKER", "deviceUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0", "lanAudioUrl": "<string>", "lanVideoLowResUrl": "<string>", "lanVideoUrl": "<string>", "name": "<string>", "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA", "streamType": "USER", "videoLowResPath": "<string>", "videoPath": "<string>" } ], "warningMsg": "<string>" }
Get info for all raw HTTP streams from a camera
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request to retrieve raw HTTP streams for a device.
RUUID with optional appended facet information
"AAAAAAAAAAAAAAAAAAAAAA.v0"
OK
Response containing raw HTTP streams for a device.
List of raw HTTP streams
Show child attributes
Was this page helpful?