Returns one task view that is specified by the id that the current user subscribed to.
<Check title="Required Permissions">Any authenticated user.</Check>
Updates an existing task view.
Authentication
AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token.
Path parameters
taskViewIdstringRequiredformat: "uuid"
The task view id.
Response
OK
idstring or nullformat: "uuid"
The id of the task view.
isSharedboolean or null
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.
createdOnstring or nullformat: "date-time"
The date this task view was created.
createdBystring or nullformat: "uuid"
The id of the user who created this task view.
updatedOnstring or nullformat: "date-time"
The date this task view was last modified.
updatedBystring or nullformat: "uuid"
The id of the user who last modified this task view.
The name of the task view.
The date this task view was created.
The id of the user who created this task view.
The date this task view was last modified.
The id of the user who last modified this task view.
The task view id.
OK
Bearer authentication of the form Bearer <token>, where token is your auth token.
Returns one task view that is specified by the id that the current user subscribed to.