Contact
Encapsulates information about a contact in EventsAir.
type Contact {
additionalEmails: [String!]!
agendaAttendanceItem(
id: ID!
): AgendaItemAttendance!
agendaItemAttendances(
input: AgendaItemAttendanceSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [AgendaItemAttendance!]!
associatedContactStoreContact: AssociatedContactStoreContact
badgePrinted: DateTime
billing: BillingContact
biography: String
checkInDate: DateTime
checkOutDate: DateTime
contactPhoneNumbers: ContactPhoneNumbers
courseRegistrations(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [EventCourseRegistration!]!
createdAt: DateTime!
createdBy: String
customFields(
input: CustomFieldSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomField!]!
department: String
dietary: Dietary
exhibitionBookings(
input: ExhibitionBookingSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [ExhibitionBooking!]!
externalIdentifier: String
firstName: String
functionRegistration(
id: ID!
): FunctionRegistration!
functionRegistrations(
input: FunctionRegistrationSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [FunctionRegistration!]!
group: ContactGroup
hotelBookings(
input: HotelBookingSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [HotelBooking!]!
id: ID!
inactiveSince: DateTime
internalNumber: PositiveInt!
isAnonymized: Boolean!
jobTitle: String
lastModifiedAt: DateTime!
lastModifiedBy: String
lastName: String
marketingPrivacy: ContactMarketingPrivacyStatus!
marketingRecords(
input: MarketingSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [EventMarketingRecord!]!
middleName: String
notes(
input: NoteSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [EventNote!]!
onlineUser: OnlineUser!
organizationName: String
photo: Image
preferredName: ContactPreferredName
presentations(
input: PresentationSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
orderByInput: PresentationsOrderByInput
): [Presentation!]!
primaryAddress: ContactAddress
primaryEmail: EmailAddress
registrations(
input: RegistrationSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [Registration!]!
secondaryAddress: ContactAddress
sessionRoles: [ContactSessionRoleAssignment]!
socialMedia: ContactSocialMedia
sponsorships(
input: SponsorshipSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [Sponsorship!]!
subDepartment: String
suffix: String
taxNumber: String
title: String
travelBookings(
input: TravelBookingSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [TravelBooking!]!
useSecondaryAddress: Boolean!
userDefinedField1: String
userDefinedField2: String
userDefinedField3: String
userDefinedField4: String
website: String
workPhone: String
}
Fields
Contact.additionalEmails ● [String!]! non-null scalar
The contact's additional email addresses.
Contact.agendaAttendanceItem ● AgendaItemAttendance! non-null object
Retrieves an agenda attendance item by its identifier. Throws an error with code NOT_FOUND if no agenda attendance item is found.
Contact.agendaAttendanceItem.id ● ID! non-null scalar
Contact.agendaItemAttendances ● [AgendaItemAttendance!]! non-null object
Agenda item attendances for this contact that match the filter criteria specified in the optional input argument.
See AgendaItemAttendanceSearchFilterInput
for details on how the input argument can be used to filter agenda item attendances.
Optionally, the offset and limit arguments can be used to page through multiple items:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
Throws an error with code: BAD_USER_INPUT if all fields in the input arguments have a combined total number of values exceeding 1,000
Contact.agendaItemAttendances.input ● AgendaItemAttendanceSearchFilterInput! non-null input
Contact.agendaItemAttendances.limit ● PaginationLimit! non-null scalar
Contact.agendaItemAttendances.offset ● NonNegativeInt! non-null scalar
Contact.associatedContactStoreContact ● AssociatedContactStoreContact union
Specifies the type of contact store contact associated with this contact. Optional.
Contact.badgePrinted ● DateTime scalar
The date and time the contact's badge was printed. Optional.
Contact.billing ● BillingContact object
The billing details of the contact. Optional.
Contact.biography ● String scalar
UTF-8 string value that represents the biography of the contact. Optional.
Contact.checkInDate ● DateTime scalar
The date and time the contact checked into the event. Optional.
Contact.checkOutDate ● DateTime scalar
The date and time the contact checked out of the event. Optional.
Contact.contactPhoneNumbers ● ContactPhoneNumbers object
The contact's phone numbers. Optional.
Contact.courseRegistrations ● [EventCourseRegistration!]! non-null object
The course registrations for this contact.
Optionally, the offset and limit arguments can be used to page through multiple items:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
Contact.courseRegistrations.limit ● PaginationLimit! non-null scalar
Contact.courseRegistrations.offset ● NonNegativeInt! non-null scalar
Contact.createdAt ● DateTime! non-null scalar
The date and time the record was created.
Contact.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
Contact.customFields ● [CustomField!]! non-null object
A list of custom field values associated with this contact.
CustomFields and CustomFieldDefinitions can be matched through the definitionId and id fields, respectively.
See CustomFieldSearchFilterInput
for details on how the optional input argument can be used to filter custom fields.
Optionally, the offset and limit arguments can be used to page through multiple items:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
Contact.customFields.input ● CustomFieldSearchFilterInput! non-null input
Contact.customFields.limit ● PaginationLimit! non-null scalar
Contact.customFields.offset ● NonNegativeInt! non-null scalar
Contact.department ● String scalar
UTF-8 string value that represents the department of the contact. Optional.
Contact.dietary ● Dietary object
The dietary information for this contact. Optional.
Contact.exhibitionBookings ● [ExhibitionBooking!]! non-null object
The exhibitions that the contact has booked.
See ExhibitionBookingSearchFilterInput
for details on how the optional input argument can be used to filter exhibition bookings.
Optionally, the offset and limit arguments can be used to page through multiple items:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
Contact.exhibitionBookings.input ● ExhibitionBookingSearchFilterInput! non-null input
Contact.exhibitionBookings.limit ● PaginationLimit! non-null scalar
Contact.exhibitionBookings.offset ● NonNegativeInt! non-null scalar
Contact.externalIdentifier ● String scalar
UTF-8 string value that represents the external identifier of the contact. Optional.
Contact.firstName ● String scalar
UTF-8 string value that represents the first name of the contact. Optional.
Contact.functionRegistration ● FunctionRegistration! non-null object
Retrieves a function registration by its identifier. Throws an error with code NOT_FOUND if no function registration is found.
Contact.functionRegistration.id ● ID! non-null scalar
Contact.functionRegistrations ● [FunctionRegistration!]! non-null object
The function registrations for this contact.
See FunctionRegistrationSearchFilterInput
for details on how the input argument can be used to filter function registrations.
Optionally, the offset and limit arguments can be used to page through multiple items:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
Contact.functionRegistrations.input ● FunctionRegistrationSearchFilterInput! non-null input
Contact.functionRegistrations.limit ● PaginationLimit! non-null scalar
Contact.functionRegistrations.offset ● NonNegativeInt! non-null scalar
Contact.group ● ContactGroup object
The group that the contact belongs to. Optional.
Contact.hotelBookings ● [HotelBooking!]! non-null object
The hotel bookings for this contact.
See HotelBookingSearchFilterInput
for details on how the optional input argument can be used to filter hotel bookings.
Optionally, the offset and limit arguments can be used to page through multiple items:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
Contact.hotelBookings.input ● HotelBookingSearchFilterInput! non-null input
Contact.hotelBookings.limit ● PaginationLimit! non-null scalar
Contact.hotelBookings.offset ● NonNegativeInt! non-null scalar
Contact.id ● ID! non-null scalar
The unique identifier for the contact.
Contact.inactiveSince ● DateTime scalar
The date and time since a contact has been inactive. Optional.
A null value means the contact is not inactive.
Contact.internalNumber ● PositiveInt! non-null scalar
An event-scoped human readable ID number for a contact that is automatically generated by EventsAir.
Contact.isAnonymized ● Boolean! non-null scalar
A flag indicating whether the contact is anonymized.
Contact.jobTitle ● String scalar
UTF-8 string value that represents the job title of the contact. Optional.
Contact.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
Contact.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
Contact.lastName ● String scalar
UTF-8 string value that represents the last name of the contact. Optional, unless neither primaryEmail or organizationName are specified.
Contact.marketingPrivacy ● ContactMarketingPrivacyStatus! non-null enum
Represents the preference of the contact with regard to marketing material.
Contact.marketingRecords ● [EventMarketingRecord!]! non-null object
The marketing records for this contact.
See MarketingSearchFilterInput
for details on how the optional input argument can be used to filter marketing records.
Optionally, the offset and limit arguments can be used to page through multiple items:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
Contact.marketingRecords.input ● MarketingSearchFilterInput! non-null input
Contact.marketingRecords.limit ● PaginationLimit! non-null scalar
Contact.marketingRecords.offset ● NonNegativeInt! non-null scalar
Contact.middleName ● String scalar
UTF-8 string value that represents the middle name of the contact. Optional.
Contact.notes ● [EventNote!]! non-null object
The notes for this contact.
See NoteSearchFilterInput
for details on how the optional input argument can be used to filter notes.
Optionally, the offset and limit arguments can be used to page through multiple items:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).
Contact.notes.input ● NoteSearchFilterInput! non-null input
Contact.notes.limit ● PaginationLimit! non-null scalar
Contact.notes.offset ● NonNegativeInt! non-null scalar
Contact.onlineUser ● OnlineUser! non-null object
The online user details for the contact.
Contact.organizationName ● String scalar
UTF-8 string value that represents the organization name of the contact. Optional, unless neither lastName or primaryEmail are specified.
Contact.photo ● Image object
The photo for the contact. Optional.
Contact.preferredName ● ContactPreferredName object
Contact's preferred name details. Optional.
Contact.presentations ● [Presentation!]! non-null object
The presentations for this contact.
See PresentationSearchFilterInput
for details on how the optional input argument can be used to filter presentations.
Optionally, the offset and limit arguments can be used to page through multiple items:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(defaults to100).