The Get ClassEnrollment API retrieves class enrollment information for the ID provided as parameter.
The Id of the classEnrollment to retrieve.
The Id of the ClassEnrollment.
The class enrollment’s external ID, usually a unique identifier from the calling system
The Id of the related user
The Id of the related class
Indicates the status of the class enrollment
0 = Request
10 = Cancel
20 = Waitlist
30 = Approve
40 = Deny
50 = Audit
60 = Enroll
Indicates the completion status of the class enrollment
0 = Unknown
10 = Attending
20 = Complete
30 = Incomplete
40 = NoShow
50 = Failed
Indicates if the class enrollment was cancelled outside the late cancellation window
Indicates if the class enrollment was cancelled outside the late cancellation window
Indicates the location type that the student is assigned to attend the class
0 = To Be Determined
10 = Classroom
20 = Remote Classroom
30 = Virtual
The ID of the classroom (if any) in which the student is assigned to attend the class
The hours spent by the student in the class enrollment
The grade the student received for the class enrollment
Whether the user survey has been completed
The Id of the user’s company (set only if the user belongs to a company)
Address of the user
The user’s primary e-mail address
Name of the Course.
End date of the class enrollment
End date of the class enrollment
Formats in which training is provided (e.g., InstructorLed)
Name of the class
Type of delivery for the class (e.g., physical, virtual)
InvoiceID of the payment type for the classenrollment.
{
"success": true,
"message": "Record retrieved successfully.",
"data": {
"Id": 45632,
"ExternalId": "E3G5YZFREFEQ9371",
"ClassId": 4421,
"UserId": "897615",
"EnrollmentStatusId": 60,
"CompletionStatusId": 0,
"LateCancel": false,
"Retake": false,
"LocationTypeId": 0,
"ClassroomId": null,
"HoursSpent": 20,
"Grade": null,
"SurveyCompleted": false,
"CompanyId": 76554,
"Address": "pune",
"PrimaryEmail": "test123@gmail.com",
"Name": "Java",
"End": "2009-12-14",
"LastModifiedById": 76,
"TrainingFormats": "Instructor-Led",
"ClassName": "soft skill",
"DeliveryType": "",
"InvoiceID": 86252,
"Start": "2009-12-14"
}
}