🚧 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/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
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>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request to retrieve all raw HTTP streams.
Was this page helpful?