People
List People Ids
POST
List People Ids
Headers
Body
application/json
Previous
List ViewsList every view owned by the user, each with its full configuration. The list includes both `accounts` and `people` views. Pass the `view_type` query parameter to return just one type.
For every view you get:
- `view_type` - `accounts` or `people`.
- `filters` - the active filters. For an `accounts` view these use the same field names as `GET /api/v2/account/filters` (e.g. `funding_stage_include`, `country_include`); for a `people` view they use the `GET /api/v1/people/filters` field names (e.g. `seniority_include`, `department_include`).
- `action_config` - the live actions configured on the view: `slack_app`, `webhook`, `crm_sync` (single-user assignment), `round_robin`, and `amplemarket`.
- `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.
Next
List People Ids