Returns the task statuses for private tasks.
Returns the task statuses for private tasks.
Required Permissions
Any authenticated user.Path parameters
userId
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
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
id
The primary identifier of this task status.
name
The name of the task status.
type
Of what general type is this task status?.
order
The order of the task status in a project.
icon
The icon of the task status.
projectId
Is set if the task status is related to a project.
projectTypeId
Is set if the task status is related to a project type.
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.