Returns all task views that the user subscribed to.
Returns all task views that the current user subscribed to.
Required Permissions
Any authenticated user.Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
Page number for pagination
pageSize
Number of items per page
orderby
The properties to order by
filterby
The filter expression to filter by
Response
OK
id
The id of the task view.
filter
The filter query that is applied to the tasks results. The syntax follows the normal filter coventions that can be used on GET routes.
filterSettings
The filter settings to display.
name
The name of the task view.
createdOn
The date this task view was created.
createdBy
The id of the user who created this task view.
updatedOn
The date this task view was last modified.
updatedBy
The id of the user who last modified this task view.