v25

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0131545750.2 KB

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}/{objectType}/views/{viewId}

Path parameters

teamIdstring uuid required
objectType'comment' | 'action' | 'deal' | 'engagement' | 'document' | 'event' | 'identity' | 'organization' 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.

OR