GetAssaAbloyIPLockModesForIPLockAsync

Retrieve the set of Assa Abloy IP lock modes for an IP lock. Returns ()

Overview of GetAssaAbloyIPLockModesForIPLockAsync goes here.

Name Description
item The IP lock to get lock modes for

Get Assa Abloy IPLock Modes For IPLock Async

Example in C#

// Returns: IEnumerable<AssaAbloyIPLockModeInfo>
var assaAbloyIPLockModeInfo = await client.GetAssaAbloyIPLockModesForIPLockAsync(AssaAbloyIPLockInfo item);

Example in CURL



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