[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);