POST contentItemResult
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 a student who is assigned to content item result specified by "contentItemResultId" uri parameter or by content of request. Authenticated user is a staff member and is assigned to the same center as a user who matches a student who is assigned to content item result specified by "contentItemResultId" uri parameter or by content of request.
- Authenticated user who is either StaffMember, Student, ProspectWithTrial
Request Information
URI Parameters
None.
Body Parameters
PearsonEnglish.LearningServices.Wse.Models.ContentItemResultParameters.ActivityResultParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | globally unique identifier |
None. |
|
| Duration | integer |
None. |
|
| CanDoResults | Collection of PearsonEnglish.LearningServices.Wse.Models.ActivityResults.CanDoResult |
None. |
|
| ActivityCapturedType | PearsonEnglish.LearningServices.Core.Models.Enums.ActivityCapturedType |
None. |
|
| StudentId | globally unique identifier |
None. |
|
| ContentItemId | globally unique identifier |
None. |
|
| ContentItemStateName | string |
None. |
|
| Score | decimal number |
None. |
|
| DateStarted | date |
None. |
|
| DateCompleted | date |
None. |
|
| ContentItemResultTypeId | PearsonEnglish.LearningServices.Core.Models.Enums.ContentItemResultTypes |
None. |
|
| ContentItemState | PearsonEnglish.LearningServices.Core.Models.Enums.ContentItemStates |
None. |
|
| StudyMode | PearsonEnglish.LearningServices.Core.Models.Enums.StudyModes |
None. |
Request Formats
application/json, text/json
Sample:
{
"Duration": 1,
"CanDoResults": [
{
"CanDoCode": "sample string 1",
"Score": 2.0
},
{
"CanDoCode": "sample string 1",
"Score": 2.0
}
],
"ActivityCapturedType": 0,
"StudentId": "55c82c31-d0da-43ef-a6c9-38a3f14db74a",
"ContentItemId": "2f4eab7f-5c7a-4f92-890d-0b40b012696a",
"ContentItemStateName": "sample string 4",
"Score": 1.0,
"DateStarted": "2025-12-07T14:44:45.0368036+00:00",
"DateCompleted": "2025-12-07T14:44:45.0368036+00:00",
"ContentItemResultTypeId": 1,
"ContentItemState": null,
"StudyMode": 0
}
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"df4cf5c7-fdff-4bd7-93d3-f812aa1071b0"