🚧 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/findAllRawHttpStreams \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data '{}'
{ "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 a list of all cameras raw HTTP streams
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request to retrieve all raw HTTP streams.
OK
Response containing all raw HTTP streams.
List of all raw HTTP streams
Show child attributes
Was this page helpful?