Retrieve the set of Ascend Cabin Access configurations in the current folder. Returns (Task<IEnumerable>.)
Overview of GetAscendCabinAccessAsync goes here.
| Name | Description |
|---|---|
| folder | The folder to search. |
Example in C#
// Returns: IEnumerable<AscendCabinAccessInfo>
var ascendCabinAccessInfo = await client.GetAscendCabinAccessAsync(FolderInfo folder);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/ascendcabinaccess \
-H 'Authorization: Bearer TOKEN_GOES_HERE'