v1

latestOpenAPI 3.0.32026-07-24214879985.1 KB
Multi Cameras

This endpoint allows you to retrieve information about a multi camera based on its ID.

get/multiCameras/{multiCameraId}

Query parameters

includestring[]

The fields you want included in the response. If not specified, the response includes a default set of fields specific to this method. You can use the special value * during development to return all fields, however, to achieve better performance, it is advisable to explicitly select only the fields you need.

[
  "accountId",
  "publicShare",
  "notes",
  "createTimestamp",
  "updateTimestamp",
  "size",
  "metadata",
  "tags",
  "childCount",
  "details"
]

Response

OK

idstring required
accountIdstring required
namestring required
bridgeIdstring required

The bridge a multi camera is connected to.

locationIdstring nullable

ID Of the location.

notesstring
tagsstring[]
visibleByBridgesstring[]

Example response

{
  "bridgeId": "1000f60d",
  "locationId": "2428fda3-389f-48ce-b062-85875dd6b2e2",
  "statusV2": {
    "cloudConnectionStatus": "connected",
    "edgeReportedDeviceStatus": "operational",
    "deviceSpecificError": "generalDeviceError"
  },
  "timeZone": {
    "zone": "America/Chicago"
  },
  "notes": "Painted black to better blend with its environment.",
  "devicePosition": {
    "latitude": 52.3074013,
    "longitude": 4.9459903,
    "azimuth": 7.419435,
    "rangeInMeters": 50.4,
    "floor": 50,
    "fieldOfView": 100
  },
  "networkInfo": {
    "globalIP": "10.143.55.140",
    "ipUsedByBridge": "10.143.55.140",
    "adapters": [
      {
        "macAddress": "8A:D4:AD:09:DF:91",
        "ipAddress": "10.143.55.140"
      }
    ]
  },
  "deviceInfo": {
    "guid": "ddfa5b34-5d04-431e-8287-110fe87edf71"
  },
  "firmware": {
    "currentVersion": "v20211019_542_3022"
  },
  "visibleByBridges": [
    "1000f60d"
  ]
}