estimates_estimate_templates_list
Retrieve paginated estimate templates, filtered by active status and modified date range, to quickly locate specific templates.
Instructions
List one requested page of estimate templates, filterable by active state and modified timestamps. Use estimates_estimate_templates_get for a known template ID; use estimates_list for customer estimates created from templates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| active | No | Filter by active status | True |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| modifiedBefore | No | Return templates modified before this UTC timestamp | |
| modifiedOnOrAfter | No | Return templates modified on or after this UTC timestamp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||