Returns the task statuses for private tasks.

GET

Returns the task statuses for private tasks.

Required Permissions: Any authenticated user.

Path parameters

userIdstringRequired

Query parameters

pageintegerOptional

Page number for pagination

pageSizeintegerOptional

Number of items per page

orderbystringOptional

The properties to order by

filterbystringOptional

The filter expression to filter by

Response

OK

idstringOptional

The primary identifier of this task status.

namestringOptional

The name of the task status.

typestringOptional

Of what general type is this task status?.

orderdoubleOptional

The order of the task status in a project.

iconstringOptional

The icon of the task status.

projectIdstringOptional

Is set if the task status is related to a project.

projectTypeIdstringOptional

Is set if the task status is related to a project type.

createdOndatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The date this entity was created.

createdBystringOptional

The id of the user who created this entity.

updatedOndatetimeOptionalDefaults to 1970-01-01T00:00:00.000Z

The date this entity was last modified.

updatedBystringOptional

The id of the user who last modified this entity.