charter_quote_requests

Get list of Quote records

Get list of Quote records. All parameters are optional

get/v3/charter_quote_requests/

Query parameters

from_departure_date_utcstring date-time

Filter for first leg's departure date (greater than) in format "yyyy-mm-ddThh:mm"

is_actualboolean

Search by actual only(first leg departure_datetime>now)

orderingstring[]

Which field to use when ordering the results.

  • id - id
  • -id - id (descending)
  • created_at - created_at
  • -created_at - created_at (descending)
  • comment - comment
  • -comment - comment (descending)
pageinteger

A page number within the paginated result set.

searchstring

Search by departure or arrival airport name, icao, iata, city name and requested company name

show_child_account_quotesboolean
state_filterstring[]

Choice filter for flight request state. For every state need to use query param with state_filter name and value from choices. Example: state_filter=NEW&state_filter=OPEN

  • OK - OK
  • Archived - Archived
  • Error - Error
  • Rejected - Rejected
  • Validation required - Validation required
to_departure_date_utcstring date-time

filter for first leg's departure date (less than) in format "yyyy-mm-ddThh:mm"

Response

countinteger
nextstring uri nullable
previousstring uri nullable
per_pageinteger

Example response

{
  "count": 123,
  "next": "http://api.example.org/example_page/?page=4",
  "previous": "http://api.example.org/example_page/?page=2",
  "per_page": 20
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.