🚧 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/relay/getAssignedThirdPartyCameras \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"nvruuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"assignedCameras": [
{
"archiveRegion": "<string>",
"cameraFramerate": 123,
"createdAtMillis": 123,
"customData": "<string>",
"deleted": true,
"description": "<string>",
"deviceFacetRadians": {},
"directionRadians": 123,
"facetNameMap": {},
"floorNumber": 123,
"hardwareId": "<string>",
"hwVariation": "RASPBERRY_PI_3",
"latitude": 123,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"longitude": 123,
"mediaStorageDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0",
"mummified": true,
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"pending": true,
"policyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"serialNumber": "<string>",
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"type": "BLE_TRACKER",
"unregisteredEmailSent": true,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Get a list of the third party cameras assigned to an NVR
curl --request POST \
--url https://api2.rhombussystems.com/api/relay/getAssignedThirdPartyCameras \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"nvruuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"assignedCameras": [
{
"archiveRegion": "<string>",
"cameraFramerate": 123,
"createdAtMillis": 123,
"customData": "<string>",
"deleted": true,
"description": "<string>",
"deviceFacetRadians": {},
"directionRadians": 123,
"facetNameMap": {},
"floorNumber": 123,
"hardwareId": "<string>",
"hwVariation": "RASPBERRY_PI_3",
"latitude": 123,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"longitude": 123,
"mediaStorageDeviceUuid": "AAAAAAAAAAAAAAAAAAAAAA.v0",
"mummified": true,
"name": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"pending": true,
"policyUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"serialNumber": "<string>",
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"type": "BLE_TRACKER",
"unregisteredEmailSent": true,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
],
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request object for getting third-party cameras assigned to a specific NVR.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Was this page helpful?