Flight Filtering

Query Params
boolean
Defaults to false

Only return flights where IsActive is [true/false]. Default is true.

boolean
Defaults to false

Only return flights where IsArchived is [true/false]. Default is false.

string

Only return flights where StartDate is before the provided date. Format: YYYY-MM-DD HH:MM:SS; HH:MM:SS optional

string

Only return flights where StartDate is after the provided date. Format: YYYY-MM-DD HH:MM:SS; HH:MM:SS optional

string

Only return flights where EndDate is before the provided date. Format: YYYY-MM-DD HH:MM:SS; HH:MM:SS optional

string

Only return flights where EndDate is after the provided date. Format: YYYY-MM-DD HH:MM:SS; HH:MM:SS optional

boolean

Only return flights where EndDate is null

string

Only return flights where Name is an exact match of the query.

string

Only return flights where the given string is a substring of the Name. No wildcard characters are supported.

Response

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json