Search and filter deals in your CRM.
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 deal name and company |
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 |
|---|---|---|
stage | exact | Deal stage/status |
Request body for searching deals
Named filters. Combined with AND.
Free-text search across deal name 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