Views
Resolve a view by name. Returns the view, or every candidate when the name is not unique in the container.
get/workspace/{workspaceId}/view
Path parameters
workspaceIdstring required
Query parameters
namestring required
Exact view name (case-insensitive).
ownerType'personal' | 'workspace'
Narrow to personal or workspace.
categorystring
Narrow to a category name.
includeRawboolean
Also return the stored state verbatim.
includeCompletedboolean
Include released items in listItemsParams. A view with no status filter hides them, so they are excluded by default to match what the view shows.
Response
The view, or the candidates to choose between
Changes
Changed in 1 of the 3 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○