CeContactStoreCourse
Defines the type for a course within the scope of a continuing education contact store.
type CeContactStoreCourse {
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: [CeContactStoreCourseInstructor!]!
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
CeContactStoreCourse.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.
CeContactStoreCourse.backgroundColor
● HexColorCode
scalar
The hex color code to use for the background when rendering the course. Optional.
CeContactStoreCourse.classifications
● [CourseClassificationAssociation!]!
non-null object
A list of course classifications associated with this course.
CeContactStoreCourse.confirmationMergeDocument
● MergeDocument
object
The merge document used to confirm registration for a course. Optional.
CeContactStoreCourse.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
CeContactStoreCourse.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
CeContactStoreCourse.credits
● [CourseCredit!]!
non-null object
A list of course credits associated with this course.
CeContactStoreCourse.customFields
● [CustomField!]!
non-null object
A list of custom field values associated with this course.
CustomField
s and CustomFieldDefinition
s 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 to0
).limit
must be a positive integer from1
to2000
(defaults to100
).
CeContactStoreCourse.customFields.input
● CustomFieldSearchFilterInput!
non-null input
CeContactStoreCourse.customFields.limit
● PaginationLimit!
non-null scalar
CeContactStoreCourse.customFields.offset
● NonNegativeInt!
non-null scalar
CeContactStoreCourse.dateText
● String
scalar
The explanatory text for the start and end of this course. Optional.
CeContactStoreCourse.endDate
● LocalDate
scalar
The end date of the course. Optional.
CeContactStoreCourse.endTime
● LocalTime
scalar
The session end time of the course. Optional.
CeContactStoreCourse.externalRegistrationUrl
● String
scalar
The URL for an EventsAir interactive registration site for this course. Optional.
CeContactStoreCourse.externalWebsiteUrl
● String
scalar
The URL for an external registration site for this course. Optional.
CeContactStoreCourse.feeTypes
● [CourseFeeType!]!
non-null object
A list of fee types associated with this course.
CeContactStoreCourse.foodAndBeverage
● String
scalar
Notes on required catering for the sessions of this course. Optional.