ghl_proposal_list_documents
Retrieve proposal documents for a location with filters for status, payment status, date range, and search query. Supports pagination via limit and skip parameters.
Instructions
List documents List documents for a location Endpoint: GET /proposals/document (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 |
|---|---|---|---|
| skip | No | Skip number of records | |
| limit | No | Limit to fetch number of records | |
| query | No | Search string | |
| dateTo | No | Date to (ISO 8601), dateFrom & DateTo must be provided together | |
| status | No | Document status, pass as comma separated values | |
| dateFrom | No | Date start from (ISO 8601), dateFrom & DateTo must be provided together | |
| locationId | Yes | Location Id | |
| paymentStatus | No | Payment status, pass as comma separated values |