GetOperationRightsAsync

Returns (Task<IEnumerable>)

This gets the Operation Right objects from the designated folder in the data base.

Name Description
folder

Get Operation Rights Async

Example in C#

// Returns: IEnumerable<OperationRightInfo>
var operationRightInfo = await client.GetOperationRightsAsync(FolderInfo folder);

Example in CURL



           curl -X GET \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/operationrights \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'