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

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

The model to create the task view.
filterstring or nullOptional
The filter query that is applied to the tasks results. The syntax follows the normal filter conventions that can be used on GET routes.
filterSettingsstring or nullOptional
The filter settings to display.
namestring or nullOptional
The name of the task view.
isSharedbooleanOptional
If the taskview is shared or not.

Response

OK
idstringformat: "uuid"
The id of the task view.
isSharedboolean
Whether this task view is shared within the workspace.
filterstring or null
The filter query that is applied to the tasks results. The syntax follows the normal filter coventions that can be used on GET routes.
filterSettingsstring or null
The filter settings to display.
namestring or null
The name of the task view.
createdOndatetime
The date this task view was created.
createdBystringformat: "uuid"
The id of the user who created this task view.
updatedOndatetime
The date this task view was last modified.
updatedBystringformat: "uuid"
The id of the user who last modified this task view.

Errors

400
Bad Request Error
404
Not Found Error