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