These docs are for v1.0. Click to read the latest docs for v2.0.

List all estimates

This endpoint returns a list of estimates corresponding to the filter provided.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer

Estimates are paginated, this is the current page returned

string

You can choose to filter estimates on a specific attributes (status, date, deadline, amount, etc).

For instance, estimates can be filtered by status using the syntax : [{"field": "status", "operator": "scope", "value": "estimate_pending_status"}].

Available statuses:

  • estimate_accepted_status: an estimate that has been accepted
  • estimate_denied_status: an estimate that has been denied
  • estimate_expired_status: an estimate that has expired
  • estimate_invoiced_status: an estimate that has been invoiced
  • estimate_pending_status: an estimate waiting to be denied or accepted

Estimates can also be filtered by type using the syntax : [{"field": "estimate_type", "operator": "scope", "value": "purchasing_order"}].

Available types:

  • invoice
  • proforma
  • purchasing_order
  • shipping_order
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/html