Access Control

Method
Description

GET

Get ACL Entries

https://api.honeywellhome.com/v1/accesscontrol//

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": "" }