ghl_invoice_template_list
List invoice templates with optional filters for status, date range, search term, and payment mode, using pagination to manage large result sets.
Instructions
List templates API to get list of templates Endpoint: GET /invoices/template (Version header: v3; source: v3/invoices-v3.json) OAuth scopes: invoices/template.readonly Pagination params: limit, offset — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| altId | Yes | location Id / company Id based on altType | |
| endAt | No | endAt in YYYY-MM-DD format | |
| limit | Yes | Limit the number of items to return | |
| offset | Yes | Number of items to skip | |
| search | No | To search for an invoice by id / name / email / phoneNo | |
| status | No | status to be filtered | |
| altType | Yes | Alt Type | |
| startAt | No | startAt in YYYY-MM-DD format | |
| paymentMode | No | payment mode |