Skip to main content

PhonebookQuerySection (Object)

Shares client data

type PhonebookQuerySection {
exportToExcel(
phonebookFilter: PhonebookFilter!
): PhonebookExcelType!
contactDocuments(
contactNid: ContactNid!
): PhonebookContactDocuments!
contactInfo(
contactNid: ContactNid!
): ContactInfo
tripDataSharingSettings(
contactNid: ContactNid!
): TripDataSharingSettings
assignedContacts(
contactNid: ContactNid!
wildcard: String
): [PhonebookGetAssignedContactsResponse!]!
getUploadedFiles(
contactNid: ContactNid!
): [File!]!
contracts(
contactNid: ContactNid!
): [Contract!]!
contactTravelDocumentList(
contactNid: ContactNid!
adep: AirportNidScalar
ades: AirportNidScalar
direction: TravelDocumentValidationDirection
flightTimestamp: Int
): [ContactTravelDocumentEntry!]!
contactListByTravelDocumentNumber(
documentNumber: String!
): [PhonebookContactList!]!
getExportHistoryForContact(
contactNid: ContactNid!
offset: Int = 0
limit: Int = 20
): [PhonebookGetExportHistoryForContact!]!
contactWithEmailByWildcard(
wildcard: String!
): ContactWithEmailByWildcardOutput!
duplicateListExcel: PhonebookExcelType!
settings: PhonebookSettingsQuerySection!
}

Fields

PhonebookQuerySection.exportToExcel ● PhonebookExcelType! non-null object

Export contacts to excel. Requires access to environment. Requires access to resource PHONEBOOK_EXPORT_EDIT

PhonebookQuerySection.exportToExcel.phonebookFilter ● PhonebookFilter! non-null input

PhonebookQuerySection.contactDocuments ● PhonebookContactDocuments! non-null object

Requires access to resource PHONEBOOK_DOCUMENTS_SEE

PhonebookQuerySection.contactDocuments.contactNid ● ContactNid! non-null scalar

PhonebookQuerySection.contactInfo ● ContactInfo object

Requires access to resource PHONEBOOK_CHARACTERISTIC_SEE

PhonebookQuerySection.contactInfo.contactNid ● ContactNid! non-null scalar

PhonebookQuerySection.tripDataSharingSettings ● TripDataSharingSettings object

PhonebookQuerySection.tripDataSharingSettings.contactNid ● ContactNid! non-null scalar

PhonebookQuerySection.assignedContacts ● [PhonebookGetAssignedContactsResponse!]! non-null object

PhonebookQuerySection.assignedContacts.contactNid ● ContactNid! non-null scalar
PhonebookQuerySection.assignedContacts.wildcard ● String scalar

PhonebookQuerySection.getUploadedFiles ● [File!]! non-null object

Get files uploaded for contact.

PhonebookQuerySection.getUploadedFiles.contactNid ● ContactNid! non-null scalar

PhonebookQuerySection.contracts ● [Contract!]! non-null object

PhonebookQuerySection.contracts.contactNid ● ContactNid! non-null scalar

PhonebookQuerySection.contactTravelDocumentList ● [ContactTravelDocumentEntry!]! non-null object

Requires access to resource PHONEBOOK_DOCUMENTS_SEE

PhonebookQuerySection.contactTravelDocumentList.contactNid ● ContactNid! non-null scalar
PhonebookQuerySection.contactTravelDocumentList.adep ● AirportNidScalar scalar
PhonebookQuerySection.contactTravelDocumentList.ades ● AirportNidScalar scalar
PhonebookQuerySection.contactTravelDocumentList.direction ● TravelDocumentValidationDirection enum
PhonebookQuerySection.contactTravelDocumentList.flightTimestamp ● Int scalar

PhonebookQuerySection.contactListByTravelDocumentNumber ● [PhonebookContactList!]! non-null object

PhonebookQuerySection.contactListByTravelDocumentNumber.documentNumber ● String! non-null scalar

PhonebookQuerySection.getExportHistoryForContact ● [PhonebookGetExportHistoryForContact!]! non-null object

PhonebookQuerySection.getExportHistoryForContact.contactNid ● ContactNid! non-null scalar
PhonebookQuerySection.getExportHistoryForContact.offset ● Int scalar
PhonebookQuerySection.getExportHistoryForContact.limit ● Int scalar

PhonebookQuerySection.contactWithEmailByWildcard ● ContactWithEmailByWildcardOutput! non-null union

PhonebookQuerySection.contactWithEmailByWildcard.wildcard ● String! non-null scalar

Possible violation list: TOO_SHORT_ERROR,TOO_LONG_ERROR,NOT_EQUAL_LENGTH_ERROR,INVALID_CHARACTERS_ERROR

PhonebookQuerySection.duplicateListExcel ● PhonebookExcelType! non-null object

Requires access to resource PHONEBOOK_EXPORT_EDIT. Requires access to environment

PhonebookQuerySection.settings ● PhonebookSettingsQuerySection! non-null object

Returned By

phonebook query