GetPermissionsAsync

[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.

Get Permissions Async

Example in C#

// Returns: IEnumerable<PermissionItem>
var permissionItem = await client.GetPermissionsAsync(BaseInfo baseInfo);