Get Estimates List

Overview

Returns a list of estimates for the business.

Authentication

Available for Staff tokens only. Requires payments.manage permission.

Fallback API Required - This endpoint must be accessed via the fallback API URL.

Filtering

Use the filter parameter to filter results:

  • filter[created_at][gt]=2019-01-01 - Estimates created after date
  • filter[updated_at][lt]=2019-12-31 - Estimates updated before date
  • filter[state][in]=issued,rejected - Estimates with specific states

Available filter operators for dates: gt, gte, lt, lte, eq Available filter operators for state: in

Sorting

Use the sort parameter to sort results:

  • sort=created_at:asc - Sort by created_at ascending
  • sort=updated_at:desc - Sort by updated_at descending
  • sort=created_at:asc,updated_at:desc - Multiple sort fields
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!