v1

latestOpenAPI 3.0.32026-07-26134195287.9 KB
Devices

Get Camera Data

Returns details of all cameras within the organization.

Details returned per camera are name, site, location, model, serial number, camera ID, MAC address, local IP, device retention, extended cloud retention (if any), date camera added to command, firmware update status, camera status, location latitude, location longitude, and location angle (in degrees).

get/cameras/v1/devices

Query parameters

page_tokenstring

The pagination token used to fetch the next page of results.

page_sizeinteger

The number of items returned in a single response. Default is 100. Max is 200.

Response

OK

next_page_tokenstring

The pagination token used to fetch the next page of results.

Example response

{
  "cameras": [
    {
      "camera_id": "ba5ee6da-a33a-4008-b11f-a33dcb133239",
      "cloud_rentention": 0,
      "date_added": 1590699308,
      "device_retention": 30,
      "firmware": "Up to date",
      "last_online": 1590899308,
      "local_ip": "40.164.249.110",
      "location": "San Mateo, California",
      "mac": "A6:3C:C7:EC:10:03",
      "model": "CD41",
      "name": "CD41 Elevators",
      "serial": "CB2N-GxCK-FM5P",
      "site": "3rd Floor",
      "status": "Live"
    }
  ]
}