GetDoorsAsync

Get all doors in a folder Returns (Task<IEnumerable>.)

Overview of GetDoorsAsync goes here.

Name Description
folder The folder to retrieve doors from

Get Doors Async

Example in C#

// Returns: IEnumerable<DoorInfo>
var doorInfo = await client.GetDoorsAsync(FolderInfo folder);

Example in CURL



           curl -X GET \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/doors \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'