GetAssaAbloyIPLockModesAsync

Retrieve the set of Assa Abloy IP lock modes in the current folder. Returns ()

Overview of GetAssaAbloyIPLockModesAsync goes here.

Name Description
folder The folder to get ASSA ABLOY IP lock modes from

Get Assa Abloy IPLock Modes Async

Example in C#

// Returns: IEnumerable<AssaAbloyIPLockModeInfo>
var assaAbloyIPLockModeInfo = await client.GetAssaAbloyIPLockModesAsync(FolderInfo folder);

Example in CURL



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