v1
latestOpenAPI 3.1.02026-08-066984441.1 MBtaskStatuses
Returns all task statuses of the project with the specified id.
Returns all task statuses relevant to the project with the specified id. If the project is linked to a workflow, the workflow's task statuses are returned. <Check title="Required Permissions" icon="key">The user must have either project-master-data:read permissions or be assigned to a task on the specified project.</Check>
get/projects/{projectId}/taskstatuses
Path parameters
projectIdstring uuid required
The id of the project.
Query parameters
pageinteger
Page number for pagination
pageSizeinteger
Number of items per page
orderbystring
The properties to order by
filterbystring
The filter expression to filter by
Headers
Authorizationstring required
Bearer authentication
Response
OK