Returns a single task view that is shared within the workspace.

GET

Returns one task view that is specified by the id. Task views that not are shared are not considered.

Required Permissions: Any authenticated user.

Path parameters

taskViewIdstringRequired

The id of the task view.

Response

OK

idstringOptionalformat: "uuid"

The id of the task view.

isSharedbooleanOptional

Whether this task view is shared within the workspace.

filterstringOptional

The filter query that is applied to the tasks results. The syntax follows the normal filter coventions that can be used on GET routes.

filterSettingsstringOptional

The filter settings to display.

namestringOptional

The name of the task view.

createdOndatetimeOptional

The date this task view was created.

createdBystringOptionalformat: "uuid"

The id of the user who created this task view.

updatedOndatetimeOptional

The date this task view was last modified.

updatedBystringOptionalformat: "uuid"

The id of the user who last modified this task view.

Built with