Skip to main content

MembershipContactStoreCourse

Defines the type for a course within the scope of a membership contact store.

type MembershipContactStoreCourse {
addAutoLoginToken: Boolean!
backgroundColor: HexColorCode
classifications: [CourseClassificationAssociation!]!
confirmationMergeDocument: MergeDocument
createdAt: DateTime!
createdBy: String
credits: [CourseCredit!]!
customFields(
input: CustomFieldSearchFilterInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CustomField!]!
dateText: String
endDate: LocalDate
endTime: LocalTime
externalRegistrationUrl: String
externalWebsiteUrl: String
feeTypes: [CourseFeeType!]!
foodAndBeverage: String
id: ID!
instructors: [MembershipContactStoreCourseInstructor!]!
inventoryLimit: PositiveInt
itinerary: String
lastModifiedAt: DateTime!
lastModifiedBy: String
location: Location
masterCourseCode: String
minimumAttendance: Int
name: String!
overview: String
recordGrade: Boolean!
recordScore: Boolean!
roomSetup: String
seriesCode: String
startDate: LocalDate
startTime: LocalTime
status: CourseStatus!
textColor: HexColorCode
uniqueCode: String
}

Fields

MembershipContactStoreCourse.addAutoLoginToken ● Boolean! non-null scalar

A flag indicating whether attach the contact's auto login token to the externalRegistrationUrl allowing the registration site to be pre-populated with the contacts's details.

MembershipContactStoreCourse.backgroundColor ● HexColorCode scalar

The hex color code to use for the background when rendering the course. Optional.

MembershipContactStoreCourse.classifications ● [CourseClassificationAssociation!]! non-null object

A list of course classifications associated with this course.

MembershipContactStoreCourse.confirmationMergeDocument ● MergeDocument object

The merge document used to confirm registration for a course. Optional.

MembershipContactStoreCourse.createdAt ● DateTime! non-null scalar

The date and time the record was created.

MembershipContactStoreCourse.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

MembershipContactStoreCourse.credits ● [CourseCredit!]! non-null object

A list of course credits associated with this course.

MembershipContactStoreCourse.customFields ● [CustomField!]! non-null object

A list of custom field values associated with this course.

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:

  • offset must be a non-negative integer (defaults to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
MembershipContactStoreCourse.customFields.input ● CustomFieldSearchFilterInput! non-null input
MembershipContactStoreCourse.customFields.limit ● PaginationLimit! non-null scalar
MembershipContactStoreCourse.customFields.offset ● NonNegativeInt! non-null scalar

MembershipContactStoreCourse.dateText ● String scalar

The explanatory text for the start and end of this course. Optional.

MembershipContactStoreCourse.endDate ● LocalDate scalar

The end date of the course. Optional.

MembershipContactStoreCourse.endTime ● LocalTime scalar

The session end time of the course. Optional.

MembershipContactStoreCourse.externalRegistrationUrl ● String scalar

The URL for an EventsAir interactive registration site for this course. Optional.

MembershipContactStoreCourse.externalWebsiteUrl ● String scalar

The URL for an external registration site for this course. Optional.

MembershipContactStoreCourse.feeTypes ● [CourseFeeType!]! non-null object

A list of fee types associated with this course.

MembershipContactStoreCourse.foodAndBeverage ● String scalar

Notes on required catering for the sessions of this course. Optional.

MembershipContactStoreCourse.id ● ID! non-null scalar

The unique identifier for the course.

MembershipContactStoreCourse.instructors ● [MembershipContactStoreCourseInstructor!]! non-null object

A list of course instructors associated with this course.

MembershipContactStoreCourse.inventoryLimit ● PositiveInt scalar

The inventory limit for this course. Optional.

MembershipContactStoreCourse.itinerary ● String scalar

The itinerary for this course. Optional.

MembershipContactStoreCourse.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

MembershipContactStoreCourse.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

MembershipContactStoreCourse.location ● Location object

The location of this course. Optional.

MembershipContactStoreCourse.masterCourseCode ● String scalar

The course unique code on which this course is based. Optional.

MembershipContactStoreCourse.minimumAttendance ● Int scalar

The minimum attendance allowed for this course. Optional.

MembershipContactStoreCourse.name ● String! non-null scalar

A UTF-8 string representing the name of the course.

MembershipContactStoreCourse.overview ● String scalar

The overview for this course. Optional.

MembershipContactStoreCourse.recordGrade ● Boolean! non-null scalar

A flag indicating whether grade will be recorded for course attendees.

MembershipContactStoreCourse.recordScore ● Boolean! non-null scalar

A flag indicating whether score will be recorded for course attendees.

MembershipContactStoreCourse.roomSetup ● String scalar

Notes about how the session room should be configured for this course. Optional.

MembershipContactStoreCourse.seriesCode ● String scalar

The series code for this course. Optional.

MembershipContactStoreCourse.startDate ● LocalDate scalar

The start date of the course. Optional.

MembershipContactStoreCourse.startTime ● LocalTime scalar

The session start time of the course. Optional.

MembershipContactStoreCourse.status ● CourseStatus! non-null enum

The status of this course.

MembershipContactStoreCourse.textColor ● HexColorCode scalar

The hex color code to use when rendering the course's text. Optional.

MembershipContactStoreCourse.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the course. Optional.

The value must be unique across all courses for a membership contact store.

Member Of

CreateMembershipContactStoreCoursePayload object ● MembershipContactStoreCourseRegistration object ● MembershipContactStoreCourseSetup object ● UpdateMembershipContactStoreCoursePayload object