Creates a new task view and directly subscribes the user to it.

POST

Creates a new task view. The user will automatically subscribe to it in the process. If the provided filter string is invalid the request will fail with status 400.

Required Permissions: Any authenticated user.

Request

This endpoint expects an object.
filterstringOptional
The filter query that is applied to the tasks results. The syntax follows the normal filter conventions that can be used on GET routes.
filterSettingsstringOptional
The filter settings to display.
namestringOptional
The name of the task view.
isSharedbooleanOptional
If the taskview is shared or not.

Response

This endpoint returns an object
idstringOptional
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.
createdBystringOptional
The id of the user who created this task view.
updatedOndatetimeOptional
The date this task view was last modified.
updatedBystringOptional
The id of the user who last modified this task view.