List Quotes

Retrieves a paginated list of all Quotes. Supports multiple filtering and sorting options.

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

Filter by expired_at.

Operators: gt, lt

Examples

  • filter[expired_at]=gt:2023-01-01T00:00:00Z
  • filter[expired_at]=lt:2025-01-01T00:00:00Z
string

Filter by record_created_at.

Operators: gt, lt

Examples

  • filter[record_created_at]=gt:2023-01-01T00:00:00Z
  • filter[record_created_at]=lt:2025-01-01T00:00:00Z
string

Filter by record_updated_at.

Operators: gt, lt

Examples

  • filter[record_updated_at]=gt:2023-01-01T00:00:00Z
  • filter[record_updated_at]=lt:2025-01-01T00:00:00Z
string

Filter by won_at.

Operators: gt, lt

Examples

  • filter[won_at]=gt:2023-01-01T00:00:00Z
  • filter[won_at]=lt:2025-01-01T00:00:00Z
string

Filter by client.id.

Operators: eq

Examples

  • filter[client.id]=eq:03840c4b-5999-49ac-80b6-0e6000a758fd
string

Filter by custom_number.

Operators: cont

Examples

  • filter[custom_number]=cont:100
boolean

Filter by draft.

Operators: eq

Examples

  • filter[draft]=eq:true
string
enum

Filter by email_status. Accepts a single value.

Operators: eq

Examples

  • filter[email_status]=eq:sent
  • filter[email_status]=eq:delivered
  • filter[email_status]=eq:clicked
string

Filter by id.

Operators: in

Examples

  • filter[id]=in:quot_1,quot_2
string

Filter by lm_initiative_id.

Operators: eq

Examples

  • filter[lm_initiative_id]=eq:62f89f6e-38d6-423f-b567-b4d95de859e5
string

Filter by name.

Operators: eq, cont

Examples

  • filter[name]=eq:abba
  • filter[name]=cont:ab
boolean

Filter by primary.

Operators: eq

Examples

  • filter[primary]=eq:true
string

Filter by recurring_interval.

Operators: eq

Examples

  • filter[recurring_interval]=eq:monthly
filter[stage]
array of strings

Filter by stage. Accepts multiple comma-separated values.

Operators: in

Examples

  • filter[stage]=in:published,won-fulfilled,won-ordered,draft
filter[stage]
string

Filter by uuid.

Operators: eq

Examples

  • filter[uuid]=eq:123e4567-e89b-12d3-a456-426614174000
string
enum

One or more sort fields, separated by commas.

int32

The number of records to be returned in a single page

string

Cursor for pagination (from previous response's next_cursor).

Responses

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