GET students/{studentIdentifier}/units/{unitId}/lessonssummaries
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user passes at least one of the following conditions: Authenticated user matches identifier given in "studentIdentifier" uri parameter. Authenticated user is a staff member and is assigned to the same center as a user who matches identifier given in "studentIdentifier" uri parameter. Authenticated user is a staff member and is assigned to the online center as a user who matches identifier given in "studentIdentifier" uri parameter. Authenticated user matches identifier given in "studentIdentifier" uri parameter.
- Authenticated user who is either StaffMember, Student, ProspectWithTrial
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studentIdentifier | PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier |
Required |
|
| unitId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PearsonEnglish.LearningServices.Wse.Models.Views.Gradebook.UnitDetailsSummaryViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LessonsSummaries | Collection of PearsonEnglish.LearningServices.Wse.Models.Views.Gradebook.LessonSummaryViewModel |
None. |
|
| EncountersSummaries | Collection of PearsonEnglish.LearningServices.Core.Models.Views.EncounterItemResultViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"LessonsSummaries": [
{
"LessonNumber": "sample string 1",
"ActivitiesSummary": {
"Overall": 1,
"Progress": 1.1,
"Duration": 2,
"Skills": [
{
"Name": "sample string 1",
"Abbreviation": "sample string 2",
"Score": 3.1
},
{
"Name": "sample string 1",
"Abbreviation": "sample string 2",
"Score": 3.1
}
]
},
"WorkbooksSummary": {
"Overall": 1,
"Progress": 1.1,
"Duration": 2,
"Skills": [
{
"Name": "sample string 1",
"Abbreviation": "sample string 2",
"Score": 3.1
},
{
"Name": "sample string 1",
"Abbreviation": "sample string 2",
"Score": 3.1
}
]
}
},
{
"LessonNumber": "sample string 1",
"ActivitiesSummary": {
"Overall": 1,
"Progress": 1.1,
"Duration": 2,
"Skills": [
{
"Name": "sample string 1",
"Abbreviation": "sample string 2",
"Score": 3.1
},
{
"Name": "sample string 1",
"Abbreviation": "sample string 2",
"Score": 3.1
}
]
},
"WorkbooksSummary": {
"Overall": 1,
"Progress": 1.1,
"Duration": 2,
"Skills": [
{
"Name": "sample string 1",
"Abbreviation": "sample string 2",
"Score": 3.1
},
{
"Name": "sample string 1",
"Abbreviation": "sample string 2",
"Score": 3.1
}
]
}
}
],
"EncountersSummaries": [
{
"TeacherFullName": "sample string 1",
"Result": "sample string 2",
"Feedback": "sample string 3",
"Score": 1.0,
"DateCompletion": "2025-11-09T07:47:25.9124048+00:00",
"EncounterPartialResults": [
{
"SkillName": "sample string 1",
"Result": 2
},
{
"SkillName": "sample string 1",
"Result": 2
}
]
},
{
"TeacherFullName": "sample string 1",
"Result": "sample string 2",
"Feedback": "sample string 3",
"Score": 1.0,
"DateCompletion": "2025-11-09T07:47:25.9124048+00:00",
"EncounterPartialResults": [
{
"SkillName": "sample string 1",
"Result": 2
},
{
"SkillName": "sample string 1",
"Result": 2
}
]
}
]
}