GetcamerasforaLocation
GET
Get cameras for a Location
Get information for all cameras assigned to a particular location.
[
{
"model": "C1",
"serial": "1709ZA30611",
"maxResolution": "1280x720",
"firmwareVer": "v0.97_20170506",
"deviceClass": "Camera",
"deviceType": "C1",
"deviceID": "41654c77-a233-4c31-ac4b-464bb62c01cb",
"userDefinedDeviceName": "Camera",
"isAlive": true,
"isUpgrading": false,
"isProvisioned": true,
"macID": "74DA38C04032"
}
]
| Field Name/Location | Data Type | Definition |
|---|---|---|
| model | String | Model of the camera |
| serial | String | Serial Number of the camera |
| maxResolution | String | Max recording/display resolution of the camera (e.g., "1280x720") |
| firmwareVer | String | Current running firmware version |
| deviceClass | String | Class of the device (e.g., "Camera", "Thermostat") |
| deviceType | String | Type of the device |
| deviceID | String | Unique ID of the device |
| userDefinedDeviceName | String | User defined name of the device |
| isAlive | Boolean | Online/offline state of the camera. True = Online. |
| isUpgrading | Boolean | Is the camera currently upgrading firmware true/false |
| isProvisioned | Boolean | Is the camera currently provisioned correctly true/false |
| macID | String | MacID of the device |
Resource URL
https://api.honeywellhome.com/v2 /devices/cameras
Query Parameters
| Name | Values | Description |
|---|---|---|
| apikey |
Your application API Key |
|
| locationId |
LocationID |
Request Body
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Resource Summary |
|
|
Security |
|
|
Content Type |
application/json |
|
Category |
Camera |
Working...