Gets all door groups in a folder. Returns (Task<IEnumerable>)
Overview of GetDoorGroupsAsync goes here.
| Name | Description |
|---|---|
| folder | The folder containing the door groups |
Example in C#
// Returns: IEnumerable<DoorGroupInfo>
var doorGroupInfo = await client.GetDoorGroupsAsync(FolderInfo folder);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/doorgroups \
-H 'Authorization: Bearer TOKEN_GOES_HERE'