v1
latestOpenAPI 3.0.32026-07-24214879985.1 KBMulti 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
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"
]
}