Update a people count monitor if it exists, create a new one otherwise.
A people count monitor to put.
Created.
Updated.
Bad request.
Authentication failed.
Not allowed.
Gone.
Unprocessable entity.
Failed.
{- "dailyResetMin": 0,
- "direction1Alias": "string",
- "direction2Alias": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "reportingEndDate": "2019-08-24",
- "reportingStartDate": "2019-08-24",
- "siteId": "60189e9c-7d12-438c-b9ca-6998d9c364b1",
- "state": "active"
}
{- "dailyResetMin": 0,
- "deletedAt": "2019-08-24T14:15:22Z",
- "direction1Alias": "string",
- "direction2Alias": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "reportingEndDate": "2019-08-24",
- "reportingStartDate": "2019-08-24",
- "siteId": "60189e9c-7d12-438c-b9ca-6998d9c364b1",
- "state": "active"
}
Set the state of a people count monitor to deleted.
OK.
Bad request.
Authentication failed.
Not allowed.
Not found.
Gone.
Unprocessable entity.
Failed.
{- "code": 0,
- "message": "string"
}
Get a people count monitor identified by the provided ID.
OK.
Authentication failed.
Not allowed.
Not found.
Unprocessable entity.
Failed.
{- "dailyResetMin": 0,
- "deletedAt": "2019-08-24T14:15:22Z",
- "direction1Alias": "string",
- "direction2Alias": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "reportingEndDate": "2019-08-24",
- "reportingStartDate": "2019-08-24",
- "siteId": "60189e9c-7d12-438c-b9ca-6998d9c364b1",
- "state": "active"
}
Get all available occupancy monitors subject to filters.
OK.
Authentication failed.
Not allowed.
Unprocessable entity.
Failed.
[- {
- "dailyResetMin": 0,
- "deletedAt": "2019-08-24T14:15:22Z",
- "direction1Alias": "string",
- "direction2Alias": "string",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "reportingEndDate": "2019-08-24",
- "reportingStartDate": "2019-08-24",
- "siteId": "60189e9c-7d12-438c-b9ca-6998d9c364b1",
- "state": "active"
}
]