Skip to main content

flight-support/query/getCreatedFlightServiceList

query {
integration {
flightSupport {
getCreatedFlightServiceList(dateTime: "2024-01-18T10:00") {
flightNid
flightNo
tripNid
tripNo
isCnl
aircraft {
registration
mtow
weightUnit
paxCapacity
aircraftType {
icao
iata
name
}
documentList {
... on NonNullListOfNonNullFlightSupportAircraftDocumentValue {
value {
name
fileList {
fileName
signedUrl
}
}
}
... on ErrorList {
errorList {
category
message
path
}
}
}
}
paxCount
startTimeUTC
endTimeUTC
departureAirport {
name
code {
icao
iata
available
}
}
arrivalAirport {
name
code {
icao
iata
available
}
}
previousFlight {
flightNid
departureDateTimeUTC
arrivalDateTimeUTC
departureAirport {
code {
icao
iata
}
name
}
arrivalAirport {
code {
icao
iata
}
name
}
}
nextFlight {
flightNid
departureDateTimeUTC
arrivalDateTimeUTC
departureAirport {
code {
icao
iata
}
name
}
arrivalAirport {
code {
icao
iata
}
name
}
}
icaoType
slotAdep {
... on FlightSupportSlotChecklistItemValue {
value {
comment
provider {
name
email
}
status {
abbreviation
caption
status
color
}
time
}
}
... on ErrorList {
errorList {
category
message
path
}
}
}
slotAdes {
... on FlightSupportSlotChecklistItemValue {
value {
comment
provider {
name
email
}
status {
abbreviation
caption
status
color
}
time
}
}
... on ErrorList {
errorList {
category
message
path
}
}
}
handlingAdep {
... on FlightSupportChecklistItemValue {
value {
comment
provider {
name
email
}
status {
abbreviation
caption
status
color
}
}
}
... on ErrorList {
errorList {
category
message
path
}
}
}
handlingAdes {
... on FlightSupportChecklistItemValue {
value {
comment
provider {
name
email
}
status {
abbreviation
caption
status
color
}
}
}
... on ErrorList {
errorList {
category
message
path
}
}
}
fuelAdep {
... on FlightSupportFuelChecklistItemValue {
value {
comment
status {
abbreviation
caption
status
color
}
blockFuel
burnFuel
minimumRequiredFuel
requestedFuel
tripFuel
taxiFuel
contingencyFuel
fuelUnit
}
}
... on ErrorList {
errorList {
category
message
path
}
}
}
overflightPermits {
... on NonNullListOfNonNullLegPermitValue {
value {
legPermitNid
number
validity
entryPoint
exitPoint
supplier
notes
status
permitStatus
revalidation
shortNotice
country {
name
code
codeIso
}
permitOrder
type
files {
createdOn
fileId
fileName
signedUrl
}
}
}
... on ErrorList {
errorList {
category
message
path
}
}
}
landingPermits {
... on NonNullListOfNonNullLegPermitValue {
value {
legPermitNid
number
validity
entryPoint
exitPoint
supplier
notes
status
permitStatus
revalidation
shortNotice
country {
name
code
codeIso
}
permitOrder
type
files {
createdOn
fileId
fileName
signedUrl
}
}
}
... on ErrorList {
errorList {
category
message
path
}
}
}
flightWatch {
... on FlightWatchValue {
value {
flightWatchNid
revisionId
acft {
registration
}
tobt
ctot
etd
offBlock
atd
eta
ata
onBlock
}
}
... on ErrorList {
errorList {
category
message
path
}
}
}
crewList {
position {
posNid
name
positionType
posType
order
occupation
rawName
positionGroup
}
name
surname
code
arrivalTravelDocument {
travelDocumentType
number
dateOfIssue
dateOfExpiry
country {
code
codeIso
}
nationality {
code
codeIso
}
name
surname
}
departureTravelDocument {
travelDocumentType
number
dateOfIssue
dateOfExpiry
country {
code
codeIso
}
nationality {
code
codeIso
}
name
surname
}
dateOfBirth
placeOfBirth
gender
nationality {
code
codeIso
}
licenseList {
name
fileList {
fileName
signedUrl
}
}
}
paxList {
... on NonNullListOfNonNullFlightSupportPassengerContactValue {
value {
name
surname
dateOfBirth
gender
placeOfBirth
nationality {
code
codeIso
}
departureTravelDocument {
travelDocumentType
country {
code
codeIso
}
number
dateOfIssue
dateOfExpiry
}
arrivalTravelDocument {
travelDocumentType
country {
code
codeIso
}
number
dateOfIssue
dateOfExpiry
}
}
}
... on ErrorList {
errorList {
message
category
path
}
}
}
serviceList {
service
note
requested
status
fsNote
}
note
messages {
id
flightNid
oauthClientNid
type
createdBy
createdAt
content
isRead
}
}
}
}
}