OBJECT
PhonebookQuerySection
Shares client data
link GraphQL Schema definition
- type PhonebookQuerySection {
- # Export contacts to excel.
- # Requires access to environment.
- # Requires access to resource PHONEBOOK_EXPORT_EDIT
- #
- # Arguments
- # phonebookFilter: [Not documented]
- (: PhonebookFilter!): PhonebookExcelType!
- # Requires access to resource PHONEBOOK_DOCUMENTS_SEE
- #
- # Arguments
- # contactNid: [Not documented]
- (: ContactNid!): PhonebookContactDocuments!
- # Requires access to resource PHONEBOOK_CHARACTERISTIC_SEE
- #
- # Arguments
- # contactNid: [Not documented]
- (: ContactNid!): ContactInfo
- # Arguments
- # contactNid: [Not documented]
- (: ContactNid!): TripDataSharingSettings
- # Arguments
- # contactNid: [Not documented]
- # wildcard: [Not documented]
- (: ContactNid!, : String): [PhonebookGetAssignedContactsResponse!]!
- # Get files uploaded for contact.
- #
- # Arguments
- # contactNid: [Not documented]
- (: ContactNid!): [File!]!
- # Arguments
- # contactNid: [Not documented]
- (: ContactNid!): [Contract!]!
- # Arguments
- # documentNumber:
- (
- : String!
- ): [PhonebookContactList!]!
- # Arguments
- # contactNid:
- # offset:
- # limit:
- (
- : ContactNid!,
- : Int,
- : Int
- ): [PhonebookGetExportHistoryForContact!]!
- # Arguments
- # wildcard:
- # Possible violation list:
- # TOO_SHORT_ERROR,TOO_LONG_ERROR,NOT_EQUAL_LENGTH_ERROR,INVALID_CHARACTERS_ERROR
- (: String!): ContactWithEmailByWildcardOutput!
- # Requires access to resource PHONEBOOK_EXPORT_EDIT
- : PhonebookExcelType!
- : PhonebookSettingsQuerySection!
- }