listDeals
Retrieve deals from Follow Up Boss CRM using filters like stage, pipeline, assigned user, and pagination controls.
Instructions
List deals with filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Comma-separated deal IDs | |
| next | No | Cursor for next page of results | |
| sort | No | Sort order | |
| limit | No | Maximum number of results to return | |
| stage | No | Filter by stage | |
| fields | No | Comma-separated list of fields to return | |
| offset | No | Offset for pagination | |
| assignedTo | No | Filter by assigned name | |
| pipelineId | No | Filter by pipeline | |
| assignedUserId | No | Filter by assigned user |