Get content permissions
Returns all user/group permissions on content. If permission model is ‘hierarchy_permission’, then permissions_hierarchy must be provided in the response.
Path parameters
id
Query parameters
$top
Number of items to return per page (default pagination)
$skip
Number of items to skip (default pagination offset)
$skiptoken
Used when the query parameters can be memoized into an encoded string containing filtering and pagination parameters. If the endpoint supports memoized paging, the first call can use $top and $skip, while @odata.nextLink will return with $skiptoken. If memoized querying is not supported, $top and $skip should be sufficient.
$filter
$select
$orderby
Response
Content permission response
@odata.context
OData metadata context URL.
value
@odata.nextLink
URL to retrieve the next page of permission results.