estimates_proposal_templates_list
List proposal templates page by page, filtering by active status, modification date, or proposal type ID. Retrieve records to review or manage estimate templates.
Instructions
List one requested page of proposal templates, filterable by active state, modified timestamps, and proposal type ID. Use estimates_proposal_templates_get for a known template and estimates_proposal_types_list to resolve the type filter.
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 | |
| proposalTypeId | No | Filter by proposal type ID | |
| modifiedOnOrAfter | No | Return templates modified on or after this UTC timestamp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||