v1
latestOpenAPI 3.1.02026-07-2616636641.7 KBFlight Filtering
Query parameters
Only return flights where IsActive is [true/false]. Default is true.
Only return flights where IsArchived is [true/false]. Default is false.
Only return flights where StartDate is before the provided date. Format: YYYY-MM-DD HH:MM:SS; HH:MM:SS optional
Only return flights where StartDate is after the provided date. Format: YYYY-MM-DD HH:MM:SS; HH:MM:SS optional
Only return flights where EndDate is before the provided date. Format: YYYY-MM-DD HH:MM:SS; HH:MM:SS optional
Only return flights where EndDate is after the provided date. Format: YYYY-MM-DD HH:MM:SS; HH:MM:SS optional
Only return flights where EndDate is null
Only return flights where Name is an exact match of the query.
Only return flights where the given string is a substring of the Name. No wildcard characters are supported.
Response
200
Example response
{
"LastModifiedDate": "2016-12-08T21:34:32Z",
"CustomFieldsJson": "{\"Currency\":\"USD: US Dollars\"}",
"StartDate": "2016-12-08T00:00:00Z",
"PriorityId": 1234,
"Id": 1234567,
"RateType": 1,
"CapType": 1,
"IsActive": true,
"GoalType": 2,
"Name": "There's a Flight",
"AdvertiserId": 12345,
"AdIds": [
1234567
],
"Impressions": 100,
"CampaignId": 123456
}