Returns all project roles.
Returns all project roles.
Required Permissions
Any authenticated user.Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
includeMembers
If set, all the assigned members to that role a included in the response. Default is true.
page
Page number for pagination
pageSize
Number of items per page
orderby
The properties to order by
filterby
The filter expression to filter by
Response
OK
name
The name of the project role. Required.
isDefault
Whether to use this role as default when adding new project members.
defaultProjectRoleId
The id of the new default project role.
Required if the updated project role is the current default role.
allowOnlyProjectMasterDataRead
Whether this role is allowed to have only read permissions for project-master-data.
id
The id of the project role.
memberCount
The count of members which are linked to this role.
members
The members which are linked to this role.
createdOn
The date this entity was created.
createdBy
The id of the user who created this entity.
updatedOn
The date this entity was last modified.
updatedBy
The id of the user who last modified this entity.