CeContactStore
Represents an EventsAir continuing education contact store.
type CeContactStore {
accessRights: AccessRights!
alias: String!
associatedEvents(
input: FindEventsInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [Event!]!
communicationTags(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CommunicationTag!]!
contact(
id: ID!
): CeContactStoreContact!
contactGroups(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CeContactStoreContactGroup!]!
contacts(
input: CeContactStoreContactSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CeContactStoreContact!]! @deprecated
contactsPaged(
filterInput: CeContactStoreContactAdvancedSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): CeContactStoreContactPage!
country: String
courseRegistration(
id: ID!
): CeContactStoreCourseRegistration!
courseRegistrations(
input: CourseRegistrationSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CeContactStoreCourseRegistration!]! @deprecated
courseRegistrationsPaged(
filterInput: CourseRegistrationAdvancedSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): CeContactStoreCourseRegistrationPage!
createdAt: DateTime!
createdBy: String
currencies: [Currency!]!
customFieldDefinitions: CeContactStoreScopedCustomFieldDefinitions!
customFieldTabs: CeContactStoreScopedCustomFieldTabs!
customFields(
input: CustomFieldSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomField!]! @deprecated
customFieldsPaged(
filterInput: CustomFieldAdvancedSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): CustomFieldPage!
defaultCurrency: Currency!
emailMessagingService: EmailMessagingService
functionRegistration(
id: ID!
): FunctionRegistration!
functionRegistrations(
input: FunctionRegistrationSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CeContactStoreFunctionRegistration!]!
id: ID!
invoice(
id: ID!
): Invoice!
invoiceConfiguration: InvoiceConfiguration
invoices(
input: InvoiceSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [Invoice!]! @deprecated
invoicesPaged(
filterInput: InvoiceAdvancedSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): InvoicePage!
lastModifiedAt: DateTime!
lastModifiedBy: String
link(
id: ID!
): Link!
links: [Link!]!
logo: Image
marketingRecord(
id: ID!
): CeContactStoreMarketingRecord!
marketingRecords(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CeContactStoreMarketingRecord!]!
mergeDocuments(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [MergeDocument!]!
name: String!
note(
id: ID!
): CeContactStoreNote!
notes(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CeContactStoreNote!]! @deprecated
notesPaged(
filterInput: NoteAdvancedSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): CeContactStoreNotePage!
office: Office!
onlinePaymentServices: OnlinePaymentServices!
payment(
id: ID!
): Payment!
payments(
input: PaymentSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [Payment!]! @deprecated
paymentsPaged(
filterInput: PaymentAdvancedSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): PaymentPage!
setup: CeContactStoreSetup!
state: String
survey(
id: ID!
): CeContactStoreSurvey
surveysPaged(
filterInput: SurveyAdvancedSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): CeContactStoreSurveyPage!
textMessagingService: TextMessagingService
timezone: TimeZone!
uniqueCode: String
userAccessRights: UserAccessRights! @deprecated
}
Fields
CeContactStore.accessRights ● AccessRights! non-null object
Indicates which users or API keys in EventsAir can access this continuing education contact store.
CeContactStore.alias ● String! non-null scalar
A UTF-8 alphanumeric string representing an alias for a continuing education contact store. The alias is used as part of the URL for websites.
An alias can only contain lower-case, alphameric and hyphen characters: [a-z0-9-].
CeContactStore.associatedEvents ● [Event!]! non-null object
A list of events associated with this continuing education contact store.
See FindEventsInput
for details on how the input argument can be used to filter events.
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).
CeContactStore.associatedEvents.input ● FindEventsInput! non-null input
CeContactStore.associatedEvents.limit ● PaginationLimit! non-null scalar
CeContactStore.associatedEvents.offset ● NonNegativeInt! non-null scalar
CeContactStore.communicationTags ● [CommunicationTag!]! non-null object
A list of communication tags for this continuing education contact store.
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).
CeContactStore.communicationTags.limit ● PaginationLimit! non-null scalar
CeContactStore.communicationTags.offset ● NonNegativeInt! non-null scalar
CeContactStore.contact ● CeContactStoreContact! non-null object
Retrieves a contact by its identifier. Throws an error with code NOT_FOUND if no contact is found.
CeContactStore.contact.id ● ID! non-null scalar
CeContactStore.contactGroups ● [CeContactStoreContactGroup!]! non-null object
The contact groups for this continuing education contact store.
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).
CeContactStore.contactGroups.limit ● PaginationLimit! non-null scalar
CeContactStore.contactGroups.offset ● NonNegativeInt! non-null scalar
CeContactStore.contacts ● [CeContactStoreContact!]! deprecated non-null object
Use contactsPaged instead. It returns the same contacts together with pagination metadata (total count, has-next-page) and exposes a richer filter input supporting both inclusion and exclusion semantics (eq, ne, in, notIn). This field will be removed in a future release.
Contacts for this continuing education contact store that match the filter criteria specified in the optional input argument.
By default, inactive contacts are not returned.
To include inactive contacts in the result set, set input.contactFilter.includeInactive to true.
By default, contacts that were captured as incomplete registrations are not returned.
To include them in the result set, set input.contactFilter.includeIncompleteRegistrations to true.
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).
**Note**: the offset argument must be a multiple of the limit argument otherwise an error will be thrown. The following table
shows examples of valid and invalid argument value combinations.
limit | offset | Is valid? |
|---|---|---|
| 100 | 0 | ✅ Yes |
| 100 | 100 | ✅ Yes |
| 100 | 120 | ❌ No |
| 50 | 100 | ✅ Yes |
| 50 | 75 | ❌ No |
| 250 | 750 | ✅ Yes |
| 33 | 99 | ✅ Yes |
| 33 | 100 | ❌ No |
Throws an error with code:
BAD_USER_INPUTif theoffsetargument is not a multiple of thelimitargumentBAD_USER_INPUTif all fields in the input have a combined total number of values exceeding 1,000
CeContactStore.contacts.input ● CeContactStoreContactSearchFilterInput! non-null input
CeContactStore.contacts.limit ● PaginationLimit! non-null scalar
CeContactStore.contacts.offset ● NonNegativeInt! non-null scalar
CeContactStore.contactsPaged ● CeContactStoreContactPage! non-null object
Contacts for this continuing education contact store that match the filter criteria specified in the optional
filterInput argument, returned together with pagination metadata.
See CeContactStoreContactAdvancedSearchFilterInput
for details on how the filterInput argument can be used. The filter supports both inclusion and
exclusion semantics (eq, ne, in, notIn) on the contact identifier.
By default, inactive contacts are not returned.
To include inactive contacts in the result set, set filterInput.contactFilter.includeInactive to true.
By default, contacts that were captured as incomplete registrations are not returned.
To include them in the result set, set filterInput.contactFilter.includeIncompleteRegistrations to true.
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).
**Note**: the offset argument must be a multiple of the limit argument otherwise an error will be thrown.
Throws an error with code:
BAD_USER_INPUTif theoffsetargument is not a multiple of thelimitargument.BAD_USER_INPUTif all fields in thefilterInputargument have a combined total number of values exceeding 1,000.
CeContactStore.contactsPaged.filterInput ● CeContactStoreContactAdvancedSearchFilterInput! non-null input
CeContactStore.contactsPaged.limit ● PaginationLimit! non-null scalar
CeContactStore.contactsPaged.offset ● NonNegativeInt! non-null scalar
CeContactStore.country ● String scalar
The name of the country for the continuing education contact store. For example The United States of America. Optional.
CeContactStore.courseRegistration ● CeContactStoreCourseRegistration! non-null object
Retrieves a course registration by its identifier. Throws an error with code NOT_FOUND if no course registration is found.
CeContactStore.courseRegistration.id ● ID! non-null scalar
CeContactStore.courseRegistrations ● [CeContactStoreCourseRegistration!]! deprecated non-null object
Use courseRegistrationsPaged instead. It returns the same course registrations together with pagination metadata (total count, has-next-page) and exposes a richer filter input supporting both inclusion and exclusion semantics (eq, ne, in, notIn). This field will be removed in a future release.
The course registrations for this continuing education contact store that match the filter criteria specified in the optional input argument.
See CourseRegistrationSearchFilterInput
for details on how the optional input argument can be used to filter course 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).
CeContactStore.courseRegistrations.input ● CourseRegistrationSearchFilterInput! non-null input
CeContactStore.courseRegistrations.limit ● PaginationLimit! non-null scalar
CeContactStore.courseRegistrations.offset ● NonNegativeInt! non-null scalar
CeContactStore.courseRegistrationsPaged ● CeContactStoreCourseRegistrationPage! non-null object
Course registrations for this continuing education contact store that match the filter criteria
specified in the optional filterInput argument, returned together with pagination metadata.
Returns a CeContactStoreCourseRegistrationPage wrapper exposing the matched items alongside
pageInfo (total count, has-next-page, has-previous-page).
See CourseRegistrationAdvancedSearchFilterInput
for details on how the filterInput argument can be used. The filter supports both inclusion and
exclusion semantics (eq, ne, in, notIn) — for example, "all course registrations whose
attendance status is not CANCELLED."
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 filterInput argument have a
combined total number of values exceeding 1,000.
CeContactStore.courseRegistrationsPaged.filterInput ● CourseRegistrationAdvancedSearchFilterInput! non-null input
CeContactStore.courseRegistrationsPaged.limit ● PaginationLimit! non-null scalar
CeContactStore.courseRegistrationsPaged.offset ● NonNegativeInt! non-null scalar
CeContactStore.createdAt ● DateTime! non-null scalar
The date and time the record was created.
CeContactStore.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
CeContactStore.currencies ● [Currency!]! non-null object
A list of supported currencies for the continuing education contact store.
CeContactStore.customFieldDefinitions ● CeContactStoreScopedCustomFieldDefinitions! non-null object
A list of custom field definitions associated with this continuing education contact store. The provided key identifies which type of object the fields relate too.
CeContactStore.customFieldTabs ● CeContactStoreScopedCustomFieldTabs! non-null object
A list of custom field tabs associated with the continuing education contact store.
CeContactStore.customFields ● [CustomField!]! deprecated non-null object
Use customFieldsPaged instead. It returns the same custom fields together with pagination metadata (total count, has-next-page) and exposes a richer filter input supporting both inclusion and exclusion semantics (eq, ne, in, notIn). This field will be removed in a future release.
A list of custom field values associated with this continuing education contact store.
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).
CeContactStore.customFields.input ● CustomFieldSearchFilterInput! non-null input
CeContactStore.customFields.limit ● PaginationLimit! non-null scalar
CeContactStore.customFields.offset ● NonNegativeInt! non-null scalar
CeContactStore.customFieldsPaged ● CustomFieldPage! non-null object
Custom fields associated with this record that match the filter criteria specified in the optional
filterInput argument, returned together with pagination metadata.
See CustomFieldAdvancedSearchFilterInput
for details on how the filterInput argument can be used. The filter supports both inclusion and
exclusion semantics (eq, ne, in, notIn).
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_INPUTif all fields in thefilterInputargument have a combined total number of values exceeding 1,000.
CeContactStore.customFieldsPaged.filterInput ● CustomFieldAdvancedSearchFilterInput! non-null input
CeContactStore.customFieldsPaged.limit ● PaginationLimit! non-null scalar
CeContactStore.customFieldsPaged.offset ● NonNegativeInt! non-null scalar
CeContactStore.defaultCurrency ● Currency! non-null object
A default currency for the continuing education contact store.
CeContactStore.emailMessagingService ● EmailMessagingService object
The external connected service integrated with this continuing education contact store for email messaging. Optional.
CeContactStore.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.
CeContactStore.functionRegistration.id ● ID! non-null scalar
CeContactStore.functionRegistrations ● [CeContactStoreFunctionRegistration!]! non-null object
A list of function registrations for this continuing education contact store.
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).
CeContactStore.functionRegistrations.input ● FunctionRegistrationSearchFilterInput! non-null input
CeContactStore.functionRegistrations.limit ● PaginationLimit! non-null scalar
CeContactStore.functionRegistrations.offset ● NonNegativeInt! non-null scalar
CeContactStore.id ● ID! non-null scalar
The unique identifier for a continuing education contact store.
CeContactStore.invoice ● Invoice! non-null object
Retrieves an invoice by its identifier. Throws an error with code NOT_FOUND if no invoice is found.
CeContactStore.invoice.id ● ID! non-null scalar
CeContactStore.invoiceConfiguration ● InvoiceConfiguration object
Specifies the configuration of invoices for this continuing education contact store. Optional.
CeContactStore.invoices ● [Invoice!]! deprecated non-null object
Use invoicesPaged instead. It returns the same invoices together with pagination metadata (total count, has-next-page) and exposes a richer filter input supporting both inclusion and exclusion semantics (eq, ne, in, notIn). This field will be removed in a future release.
Invoices for this continuing education contact store that match the filter criteria specified in the optional input argument.
See InvoiceSearchFilterInput
for details on how the optional input argument can be used to filter invoices.
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).
CeContactStore.invoices.input ● InvoiceSearchFilterInput! non-null input
CeContactStore.invoices.limit ● PaginationLimit! non-null scalar
CeContactStore.invoices.offset ● NonNegativeInt! non-null scalar
CeContactStore.invoicesPaged ● InvoicePage! non-null object
Invoices for this continuing education contact store that match the filter criteria specified in the optional
filterInput argument, returned together with pagination metadata.
See InvoiceAdvancedSearchFilterInput
for details on how the filterInput argument can be used. The filter supports both inclusion and
exclusion semantics (eq, ne, in, notIn).
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_INPUTif all fields in thefilterInputargument have a combined total number of values exceeding 1,000.
CeContactStore.invoicesPaged.filterInput ● InvoiceAdvancedSearchFilterInput! non-null input
CeContactStore.invoicesPaged.limit ● PaginationLimit! non-null scalar
CeContactStore.invoicesPaged.offset ● NonNegativeInt! non-null scalar
CeContactStore.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
CeContactStore.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
CeContactStore.link ● Link! non-null object
Retrieves a link by its identifier. Throws an error with code NOT_FOUND if no link is found.
CeContactStore.link.id ● ID! non-null scalar
CeContactStore.links ● [Link!]! non-null object
The list of links for this continuing education contact store.
CeContactStore.logo ● Image object
The logo for the continuing education contact store. Optional.
CeContactStore.marketingRecord ● CeContactStoreMarketingRecord! non-null object
Retrieves a marketing record by its identifier. Throws an error with code NOT_FOUND if no marketing record is found.
CeContactStore.marketingRecord.id ● ID! non-null scalar
CeContactStore.marketingRecords ● [CeContactStoreMarketingRecord!]! non-null object
The marketing records for this continuing education contact store.
CeContactStore.marketingRecords.limit ● PaginationLimit! non-null scalar
CeContactStore.marketingRecords.offset ● NonNegativeInt! non-null scalar
CeContactStore.mergeDocuments ● [MergeDocument!]! non-null object
A list of Merge Documents for this continuing education contact store.
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).
CeContactStore.mergeDocuments.limit ● PaginationLimit! non-null scalar
CeContactStore.mergeDocuments.offset ● NonNegativeInt! non-null scalar
CeContactStore.name ● String! non-null scalar
A UTF-8 string representing the name of a continuing education contact store.
CeContactStore.note ● CeContactStoreNote! non-null object
Retrieves a note by its identifier. Throws an error with code NOT_FOUND if no note is found.
CeContactStore.note.id ● ID! non-null scalar
CeContactStore.notes ● [CeContactStoreNote!]! deprecated non-null object
Use notesPaged instead. It returns the same notes together with pagination metadata (total count, has-next-page) and exposes a richer filter input supporting both inclusion and exclusion semantics (eq, ne, in, notIn). This field will be removed in a future release.
The notes for this continuing education contact store.
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).
CeContactStore.notes.limit ● PaginationLimit! non-null scalar
CeContactStore.notes.offset ● NonNegativeInt! non-null scalar
CeContactStore.notesPaged ● CeContactStoreNotePage! non-null object
Notes for this continuing education contact store that match the filter criteria specified in the
optional filterInput argument, returned together with pagination metadata.
Returns a CeContactStoreNotePage wrapper exposing the matched items alongside pageInfo (total
count, has-next-page, has-previous-page).
See NoteAdvancedSearchFilterInput
for details on how the filterInput argument can be used. The filter supports both inclusion and
exclusion semantics (eq, ne, in, notIn) — for example, "all notes whose id is not in a
specific list."
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 filterInput argument have a
combined total number of values exceeding 1,000.
CeContactStore.notesPaged.filterInput ● NoteAdvancedSearchFilterInput! non-null input
CeContactStore.notesPaged.limit ● PaginationLimit! non-null scalar
CeContactStore.notesPaged.offset ● NonNegativeInt! non-null scalar
CeContactStore.office ● Office! non-null object
The office that manages the continuing education contact store.
CeContactStore.onlinePaymentServices ● OnlinePaymentServices! non-null object
The external connected services integrated with this continuing education contact store for online payment processing.
CeContactStore.payment ● Payment! non-null object
Retrieves a payment by its identifier. Throws an error with code NOT_FOUND if no payment is found.
CeContactStore.payment.id ● ID! non-null scalar
CeContactStore.payments ● [Payment!]! deprecated non-null object
Use paymentsPaged instead. It returns the same payments together with pagination metadata (total count, has-next-page) and exposes a richer filter input supporting both inclusion and exclusion semantics (eq, ne, in, notIn). This field will be removed in a future release.
Payments for this continuing education contact store that match the filter criteria specified in the optional input argument.
See PaymentSearchFilterInput
for details on how the optional input argument can be used to filter payments.
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).
CeContactStore.payments.input ● PaymentSearchFilterInput! non-null input
CeContactStore.payments.limit ● PaginationLimit! non-null scalar
CeContactStore.payments.offset ● NonNegativeInt! non-null scalar
CeContactStore.paymentsPaged ● PaymentPage! non-null object
Payments for this continuing education contact store that match the filter criteria specified in the optional
filterInput argument, returned together with pagination metadata.
See PaymentAdvancedSearchFilterInput
for details on how the filterInput argument can be used. The filter supports both inclusion and
exclusion semantics (eq, ne, in, notIn).
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_INPUTif all fields in thefilterInputargument have a combined total number of values exceeding 1,000.
CeContactStore.paymentsPaged.filterInput ● PaymentAdvancedSearchFilterInput! non-null input
CeContactStore.paymentsPaged.limit ● PaginationLimit! non-null scalar
CeContactStore.paymentsPaged.offset ● NonNegativeInt! non-null scalar
CeContactStore.setup ● CeContactStoreSetup! non-null object
The setup for the continuing education contact store.
CeContactStore.state ● String scalar
The state, territory or province for the continuing education contact store. For example New York. Optional.
CeContactStore.survey ● CeContactStoreSurvey object
The survey configured for this continuing education contact store with the given identifier. Optional. NULL if the survey does not exist or has been removed.
CeContactStore.survey.id ● ID! non-null scalar
CeContactStore.surveysPaged ● CeContactStoreSurveyPage! non-null object
The surveys configured for this continuing education contact store that match the filter criteria
specified in the optional filterInput argument, returned together with pagination metadata.
Returns a CeContactStoreSurveyPage wrapper exposing the matched items alongside pageInfo
(total count, has-next-page, has-previous-page).
See SurveyAdvancedSearchFilterInput
for details on how the filterInput argument can be used. The filter supports both inclusion and
exclusion semantics (eq, ne, in, notIn).
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 filterInput argument have a
combined total number of values exceeding 1,000.
CeContactStore.surveysPaged.filterInput ● SurveyAdvancedSearchFilterInput! non-null input
CeContactStore.surveysPaged.limit ● PaginationLimit! non-null scalar
CeContactStore.surveysPaged.offset ● NonNegativeInt! non-null scalar
CeContactStore.textMessagingService ● TextMessagingService object
The external connected service integrated with this continuing education contact store for text messaging. Optional.
CeContactStore.timezone ● TimeZone! non-null scalar
The timezone for the continuing education contact store.
CeContactStore.uniqueCode ● String scalar
A customer supplied, UTF-8 string value that represents a unique code for the continuing education contact store. Optional.
The value must be unique across all continuing education contact stores and events for a tenant.
CeContactStore.userAccessRights ● UserAccessRights! deprecated non-null object
Use accessRights instead. This field will be removed in a future release.
Indicates which users in EventsAir can access this continuing education contact store.
Returned By
ceContactStore query ● ceContactStores query
Member Of
UpdateCeContactStorePayload object
Implemented By
ContactDataStore union