v25

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

List saved views for an owner

Returns saved view bundles for the path team. Pass ?list_id= to scope to a list (CRM) instead. Cursor pagination matches other Prism list endpoints.

get/v2/prism/{teamId}/{objectType}/views

Path parameters

teamIdstring uuid required
objectType'comment' | 'action' | 'deal' | 'engagement' | 'document' | 'event' | 'identity' | 'organization' required

Query parameters

list_idstring uuid

List (CRM) id to scope the listing to. When omitted, views owned by the path team are returned.

cursorstring

Opaque pagination cursor (from a prior response's next_cursor); supersedes page/limit when present.

pageinteger

1-based page number. Prefer cursor.

limitinteger

Maximum items per page (<= 50; defaults to 50).

Response

OK

has_moreboolean required

True if more views exist beyond this page.

next_cursorstring nullable

Opaque cursor for the next page; null when has_more is false.