estimates_items_list
Search pageable estimate line items by estimate ID, item IDs, active state, or creation and modification dates. Returns individual items attached to an estimate, not estimate headers.
Instructions
Search one requested page of estimate line items by estimate ID, item IDs, active state, or creation and modification dates. Each result represents an item attached to an estimate, rather than an estimate header returned by estimates_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated estimate item IDs (maximum 50) | |
| page | No | Page number (starts at 1) | |
| active | No | Filter by active status | True |
| pageSize | No | Records per page (default 50) | |
| estimateId | No | Filter by estimate ID | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||