Returns a single task view from a user.

Returns one task view that is specified by the id that the current user subscribed to.

Required Permissions
Any authenticated user.

Path parameters

taskViewIdUUIDRequired

The task view id.

Headers

AuthorizationstringRequired

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

Response

OK

idUUIDOptional

The id of the task view.

isSharedbooleanOptional

Whether this task view is shared within the workspace.

filterstring or nullOptional

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 nullOptional

The filter settings to display.

namestring or nullOptional

The name of the task view.

createdOndatetimeOptional

The date this task view was created.

createdByUUIDOptional

The id of the user who created this task view.

updatedOndatetimeOptional

The date this task view was last modified.

updatedByUUIDOptional

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