PUT classes/encounters/results
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 is a staff member and is assigned to the same center as a user who matches a student who is assigned to class result specified in body of request. Authenticated user is a staff member and is assigned to the online center as a user who matches a student who is assigned to class result specified in body of request. Authenticated user matches a student who is assigned to class result specified in body of request.
- Authenticated user matches a teacher who is assigned to material specified by "result" uri parameter or by content of request.
- Authenticated user who is either StaffMember
Request Information
URI Parameters
None.
Body Parameters
PearsonEnglish.LearningServices.Wse.Models.ClassResults.EncounterResults.EncounterResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Score | decimal number |
None. |
|
| ClassId | globally unique identifier |
None. |
|
| StudentId | globally unique identifier |
None. |
|
| Comment | string |
None. |
|
| ContentItemResultType | PearsonEnglish.LearningServices.Core.Models.Enums.ContentItemResultTypes |
None. |
Request Formats
application/json, text/json
Sample:
{
"Score": 1.0,
"ClassId": "ae64a471-9989-4d92-ae0f-6b82134446ee",
"StudentId": "567fb917-0b3a-49a7-84a1-c7725e8c4db9",
"Comment": "sample string 3",
"ContentItemResultType": 1
}
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"88c24a5a-4842-4157-9951-65fa9741ce6b"