ghl_proposal_list_templates
Retrieve a paginated list of proposal, estimate, and content library templates for a location, with optional filters by date, name, type, and user.
Instructions
List templates List document contract templates for a location Endpoint: GET /proposals/templates (Version header: v3; source: v3/proposals-v3.json) Pagination params: limit, skip — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Template Name | |
| skip | No | Skip | |
| type | No | Comma-separated template types. Valid values: proposal, estimate, contentLibrary | |
| limit | No | Limit | |
| dateTo | No | Date to (ISO 8601) | |
| userId | No | User Id, required when isPublicDocument is true | |
| dateFrom | No | Date start from (ISO 8601) | |
| locationId | Yes | Location Id | |
| isPublicDocument | No | If the docForm is a DocForm |