Read a view bundle
Returns the view bundle. Pass ?include=records to also fetch a page of records selected by the view in the same call; the response is then wrapped as {view, records}.
get/v2/prism/{teamId}/organization/views/{viewId}
Path parameters
teamIdstring uuid required
viewIdstring uuid required
Query parameters
includestring
Example:records
Comma-separated list of optional sub-resources to inline. Currently the only recognized value is records — when present, the response is {view, records} rather than the bare view bundle.
cursorstring
Forwarded to the records sub-resource when include=records.
pageinteger
Forwarded to the records sub-resource when include=records.
limitinteger
Forwarded to the records sub-resource when include=records.
Response
OK. Returns the view bundle by default; returns {view, records} when include=records is passed.