CourseClassificationType
Defines a course classification type.
type CourseClassificationType {
classifications: [CourseClassification!]!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
name: String!
uniqueCode: String
}
Fields
CourseClassificationType.classifications
● [CourseClassification!]!
non-null object
A list of course classifications associated with this course classification type.
CourseClassificationType.createdAt
● DateTime!
non-null scalar
The date and time the record was created.
CourseClassificationType.createdBy
● String
scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
CourseClassificationType.id
● ID!
non-null scalar
The unique identifier for the course classification type.
CourseClassificationType.lastModifiedAt
● DateTime!
non-null scalar
The date and time the record was last modified.
CourseClassificationType.lastModifiedBy
● String
scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
CourseClassificationType.name
● String!
non-null scalar
A UTF-8 string representing the name of the course classification type.
CourseClassificationType.uniqueCode
● String
scalar
A customer supplied, UTF-8 string value that represents a unique code for the course classification type. Optional.
The value must be unique across all course classification types for an event or contact store.
Member Of
CeContactStoreCourseSetup
object ● CourseClassification
object ● CreateCourseClassificationTypePayload
object ● EventCourseSetup
object ● MembershipContactStoreCourseSetup
object ● UpdateCourseClassificationTypePayload
object