Page optimized for desktop experience. Please use a desktop browser for best compatibility.

List All Devices in a Zone

Retrieves a list of devices in a Zone.

GET
/api/v2/zonedevices

Response Messages

Successful response

{
  "devices": [
    {
      "deviceType": "string",
      "id": "string",
      "isVideoStorageDevice": true,
      "macAddress": "string",
      "name": "string",
      "prepositionContent": true,
      "status": "string",
      "videoStreams": [
        "string"
      ]
    }
  ]
}

Unauthorized error

Internal server error