[Obsolete]Async invoke to HTTP GET the Href endpoint of the BaseInfo /permissions Returns (Task<IEnumerable>.)
Retrieve the Permissions for a particular item.
| Name | Description |
|---|---|
| baseInfo | The base information. |
Example in C#
// Returns: IEnumerable<PermissionItem>
var permissionItem = await client.GetPermissionsAsync(BaseInfo baseInfo);
Example in CURL
curl -X GET \
https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/RESOURCE.KEY/permissions \
-H 'Authorization: Bearer TOKEN_GOES_HERE'