GET openapi/student/{studentReferenceId}/selfBooking/lessonResults?classType={classType}&fromClassId={fromClassId}
Authorization
Access to this endpoint is public.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studentReferenceId | string |
Required |
|
| classType | PearsonEnglish.LearningServices.Core.Models.Enums.ClassTypes |
Required |
|
| fromClassId | globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
PearsonEnglish.LearningServices.Wse.Models.Booking.SelfBookingLessonResults| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryValues | Collection of string |
None. |
|
| LessonProgressFlags | PearsonEnglish.LearningServices.Wse.Models.Booking.SelfBookingLessonProgressFlags |
None. |
Response Formats
application/json, text/json
Sample:
{
"CategoryValues": [
"sample string 1",
"sample string 2"
],
"LessonProgressFlags": {
"FirstLessonStarted": true,
"SecondLessonStarted": true,
"SecondLessonCompleted": true,
"ThirdLessonCompleted": true
}
}