Skip to main content
POST
/
api
/
relay
/
getAssignedThirdPartyCameras
Get assigned third party cameras
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",
      "uuid": "AAAAAAAAAAAAAAAAAAAAAA"
    }
  ],
  "error": true,
  "errorMsg": "<string>",
  "warningMsg": "<string>"
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request object for getting third-party cameras assigned to a specific NVR.

nvruuid
string<RUUID> | null

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

Response

200 - application/json

OK

Response object containing third-party cameras assigned to a specific NVR.

assignedCameras
object[] | null

List of third-party cameras assigned to the specified NVR

error
boolean | null
errorMsg
string | null
warningMsg
string | null