Retrieve the schedule of an Assa Abloy IP lock mode. Returns ()
Overview of GetScheduleForAssaAbloyIPLockModeAsync goes here.
| Name | Description |
|---|---|
| item | The IP lock mode to get the schedule for |
Example in C#
// Returns: ScheduleInfo
var scheduleInfo = await client.GetScheduleForAssaAbloyIPLockModeAsync(AssaAbloyIPLockModeInfo item);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/assaabloyiplockmodes/ASSAABLOYIPLOCKMODE.KEY/schedule \
-H 'Authorization: Bearer TOKEN_GOES_HERE'