ContactCeContactStoreCourseInstructorAssignment
Represents a course instructor assignment for a contact.
type ContactCeContactStoreCourseInstructorAssignment {
course: CeContactStoreCourse!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
notes: String
}
Fields
ContactCeContactStoreCourseInstructorAssignment.course ● CeContactStoreCourse! non-null object
The course the instructor is assigned to.
ContactCeContactStoreCourseInstructorAssignment.createdAt ● DateTime! non-null scalar
The date and time the record was created.
ContactCeContactStoreCourseInstructorAssignment.createdBy ● String scalar
UTF-8 string value that represents the username of the user who created the record. Optional.
ContactCeContactStoreCourseInstructorAssignment.id ● ID! non-null scalar
The unique identifier for the course instructor assignment.
ContactCeContactStoreCourseInstructorAssignment.lastModifiedAt ● DateTime! non-null scalar
The date and time the record was last modified.
ContactCeContactStoreCourseInstructorAssignment.lastModifiedBy ● String scalar
UTF-8 string value that represents the username of the user who last modified the record. Optional.
ContactCeContactStoreCourseInstructorAssignment.notes ● String scalar
Any notes captured for this course instructor assignment. Optional.
Member Of
CeContactStoreContact object