v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
workflows

Returns all project statuses of the workflow with the specified id.

<Check title="Required Permissions" icon="key">The user must either have project-master-data:read permissions for a linked project, be assigned to a non-deleted task in a linked project, be allowed to see the external workflow, or have admin / project-manage-config:read permissions.</Check>

get/workflows/{workflowId}/projectstatuses

Path parameters

workflowIdstring uuid required

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

idstring uuid

The primary identifier of this project status.

namestring nullable

The name of the project status.

typestring nullable

The general type of this project status.

orderinteger nullable

The order of this status.

createdOnstring date-time

The date this entity was created.

createdBystring uuid

The id of the user who created this entity.

updatedOnstring date-time

The date this entity was last modified.

projectTemplateIdstring uuid nullable

The id of the project template of the status.

projectIdstring uuid nullable

The id of the project the status belongs to.

workflowIdstring uuid nullable

The id of the workflow linked to this project status.

updatedBystring uuid

The id of the user who last modified this entity.

isExternalboolean

True if the project status is coming from an external workspace (awork Connect).