Get list of Quote Message records
Get list of Quote Message records. All parameters are optional
Query parameters
Quote arrival airport ICAO in filter
Quote departure airport ICAO in filter
first leg departure_datetime filter in format "yyyy-mm-ddThh:mm"
Quote Account email in filter
QuoteMessage ID in filter
Search by actual only(first leg departure_datetime>now)
Search unanswered
Which field to use when ordering the results.
- id - id
- -id - id (descending)
- flight_request_id - flight_request_id
- -flight_request_id - flight_request_id (descending)
- created_at - created_at
- -created_at - created_at (descending)
- channel - Channel
- -channel - Channel (descending)
- flight_request_comment - flight_request_comment
- -flight_request_comment - flight_request_comment (descending)
A page number within the paginated result set.
Quote ID filter
Search by departure or arrival airport name, ICAO / IATA codes, city or country name; requester's first and last name, email or company name; requested aircraft type, aircraft class or tail number; Quote or QuoteMessage ids
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=Delivered&state_filter=Sending
- Created - Created
- Sending - Sending
- Sent - Sent
- Delivered - Delivered
- Resending - Resending
- Error - Error
- Partially delivered - Partially delivered
- Open - Open
- Spam - Spam
- Unsubscribe - Unsubscribe
- Test message - Test message
- Blocked - Blocked
- Other - Other
first leg departure_datetime filter in format "yyyy-mm-ddThh:mm"
Response
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.