Returns the specified shared task view.
GET
https://api.awork.com/api/v1/taskviews/:taskViewId
Required Permissions
Any authenticated user.Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
taskViewIdstringRequired
format: "uuid"The id of the shared task view.
Response
OK
idstring or null
format: "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.
createdOndatetime or null
The date this task view was created.
createdBystring or null
format: "uuid"The id of the user who created this task view.
updatedOndatetime or null
The date this task view was last modified.
updatedBystring or null
format: "uuid"The id of the user who last modified this task view.

