Flight FilteringAsk AIget https://api.kevel.co/v1/fast/flightQuery ParamsisActivebooleanDefaults to falseOnly return flights where IsActive is [true/false]. Default is true.isArchivedbooleanDefaults to falseOnly return flights where IsArchived is [true/false]. Default is false.beforeStartDatestringOnly return flights where StartDate is before the provided date. Format: YYYY-MM-DD HH:MM:SS; HH:MM:SS optionalafterStartDatestringOnly return flights where StartDate is after the provided date. Format: YYYY-MM-DD HH:MM:SS; HH:MM:SS optionalbeforeEndDatestringOnly return flights where EndDate is before the provided date. Format: YYYY-MM-DD HH:MM:SS; HH:MM:SS optionalafterEndDatestringOnly return flights where EndDate is after the provided date. Format: YYYY-MM-DD HH:MM:SS; HH:MM:SS optionalnoEndDatebooleanOnly return flights where EndDate is nullnamestringOnly return flights where Name is an exact match of the query.nameContainsstringOnly return flights where the given string is a substring of the Name. No wildcard characters are supported.Response 200200Updated 7 months ago