Returns (Task<IEnumerable>)
Find all Card Assignments registed on the designated controller via batch.
Name | Description |
---|---|
controller | |
batchId |
Example in C#
// Returns: IEnumerable<CardAccessItem>
var cardAccessItem = await client.GetCardAssignmentsForControllerByEventBatchAsync(ControllerInfo controller, String batchId);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/batch?batchId=1 \
-H 'Authorization: Bearer TOKEN_GOES_HERE'