latestOpenAPI 3.0.0Terms and conditions2026-08-1954111132.1 KB

df0d980eb1e3

Views

A single portfolio view's full configuration, by its id.

get/portfolio/{portfolioId}/views/{viewId}

Path parameters

portfolioIdstring required
viewIdstring required

Query parameters

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 configuration

viewIdstring required
namestring required
viewTypestring required
ownerType'personal' | 'workspace' required
categorystring
workspaceIdstring
portfolioIdstring
webUrlstring
columnsstring[]
layoutstring[]
compactModestring

Card density on a card-based view: compact or default.

filtersRecordStringUnknown required

Construct a type with a set of properties K of type T

listItemsParamsRecordStringString required

Construct a type with a set of properties K of type T

listItemsTool'list_items' | 'list_portfolio_items' | 'list_feedback_items' required

Which list tool listItemsParams belongs to. Feedback views are the reason this is stated rather than assumed — their items are not work items.