revenue_summary
Retrieve paid Jobber invoices grouped by month and quarter, with totals, for a specified date range.
Instructions
Return paid Jobber invoices grouped by month and by quarter, with totals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor from a previous response's next_cursor, to fetch the next page | |
| date_to | Yes | End of the date range (ISO 8601) | |
| date_from | Yes | Start of the date range (ISO 8601) | |
| page_size | No | Max invoices to scan (1-20) | |
| returned_so_far | No | Items already returned by prior pages of this same query - echo back the previous response's returned_so_far; omit on the first call. |