List Views
Views
List Views
List every view owned by the authenticated user, each with its full configuration.
For every view you get:
filters- the active account filters, expressed with the same field names asGET /api/v2/account/filters(e.g.funding_stage_include,country_include).action_config- the live actions configured on the view:slack_app,webhook,crm_sync(single-user assignment),round_robin, andamplemarket.is_default,last_notification_at, and timestamps.
Use a view’s id with GET /api/v1/views/{view_id}, PATCH, DELETE, or as view_id on POST /api/v2/account/filtered-accounts to page through the accounts currently matching the view.
GET
List Views