Gets all iStar door actions for a folder filtered by priority. Returns (Task<IEnumerable>)
Overview of GetiStarDoorActionsAsync goes here.
| Name | Description |
|---|---|
| folder | The folder containing the iStar door actions |
| priority | The priority level to filter by (default 0) |
Example in C#
// Returns: IEnumerable<iStarDoorActionInfo>
var iStarDoorActionInfo = await client.GetiStarDoorActionsAsync(FolderInfo folder, Int32 priority);
Example in CURL
curl -X GET \
'https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/istardooractions?priority=0' \
-H 'Authorization: Bearer TOKEN_GOES_HERE'