Returns all permissions of the project role with the specified id.

Required Permissions
Any authenticated user.

Path parameters

projectRoleIdUUIDRequired

The id of the project role.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

pageintegerOptionalDefaults to 1

Page number for pagination

pageSizeintegerOptionalDefaults to 10

Number of items per page

orderbystringOptional

The properties to order by

filterbystringOptional

The filter expression to filter by

Response

OK

featurestring or nullOptional

The feature these permissions belong to.

accessLevelslist of stringsOptional

The access levels applied to this feature.

idUUIDOptional

The id of the permission.

createdOndatetimeOptional

The date this entity was created.

updatedOndatetimeOptional

The date this entity was last modified.