Search and filter people in your CRM with advanced filtering, sorting, and pagination.
Documentation Index
Fetch the complete documentation index at: https://help.withallo.com/llms.txt
Use this file to discover all available pages before exploring further.
CRM_READpage and size in the request body to control results. See Pagination.
| Field | Type | Description |
|---|---|---|
filters | object | Named filters (see below) |
search | string | Full-text keyword search across person fields |
sort | string | Sort order: DATE_DESC, DATE_ASC, NAME_ASC, NAME_DESC, CREATED_DESC, CREATED_ASC |
page | integer | Page number (1-indexed) |
size | integer | Results per page (max 100) |
| Field | Match type | Description |
|---|---|---|
name | contains | First name |
last_name | contains | Last name |
job_title | contains | Job title |
website | contains | Website URL |
company | contains | Company name |
phone_number | exact | Phone number |
email | contains | Email address |
deal_status | exact | Deal status |
Request body for searching people
Named filters. All are combined with AND.
Free-text search across name, email, phone number, and company
Sort order (default: DATE_DESC)
DATE_DESC, DATE_ASC, NAME_ASC, NAME_DESC, CREATED_DESC, CREATED_ASC Page number (1-indexed)
Results per page
x <= 100