Skip to main content

getFlightsModifiedSince

# Welcome to Altair GraphQL Client.
# You can send your request using CmdOrCtrl + Enter.

# Enter your graphQL query here.
query {
flights {
getModifiedFlightList(dateTime: "2021-10-21") {
created {
startTimeUTC
endTimeUTC
startAirport {
code {
icao
iata
}
}
endAirport {
code {
icao
iata
}
}
acft {
registration
}
ops {
note
}
crewList {
posNid
position {
posNid
posType
}
contact {
personCode
name
surname
}
}
}
changed {
startTimeUTC
endTimeUTC
startAirport {
code {
icao
iata
}
}
endAirport {
code {
icao
iata
}
}
acft {
registration
}
ops {
note
}
crewList {
posNid
position {
posNid
posType
}
contact {
personCode
name
surname
}
}
}
deleted
}
}

}