GET
Get ACL Entries
Return enrollment records for a program.
Using Continuation Tokens/Paging
If you have more than one page of results, you will receive a ContinuationToken in the response. You must un-escape it, and place it in an HTTP header to get the next page.
Example field:
"continuationToken": "{\"token\":null,\"range\":{\"min\":\"05C1DFFFFFFFFC\",\"max\":\"FF\"}}"Example of putting this in a header for a curl:
--header 'ContinuationToken: {"token":null,"range":{"min":"05C1DFFFFFFFFC","max":"FF"}}'
Example response:
{
"devices": [
{
"Id": "51238ec7-521a-4ebf-8e66-caf1974618a3",
"DeviceId": "LCC-B82CA04011DA",
"DeviceMac": "B82CA04011DA",
"UserId": "5020385",
"LocationId": "4120419",
"IsDisabled": false,
"AuthCode": null
}
],
"continuationToken": ""
}Resource URL
https://api.honeywellhome.com/v1/accesscontrol/ /
Query Parameters
| Name | Values | Description |
|---|---|---|
|
apikey
(required) |
API Key |
Header Parameters
| Name | Values | Description |
|---|---|---|
|
Authorization
(required) |
OAuth 2 Client Credentials Token |
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 |
|
|
Category |
Access Control |
Working...