POST api/FollowUpActivity?followUpActivityId={followUpActivityId}
Authorization
Access to this endpoint is public.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| followUpActivityId | globally unique identifier |
Required |
Body Parameters
PearsonEnglish.LearningServices.Core.Models.Views.FollowUpActivityViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| StudentId | globally unique identifier |
None. |
|
| ReporterId | globally unique identifier |
None. |
|
| ReporterFullName | string |
None. |
|
| LocalDate | date |
None. |
|
| Result | string |
None. |
|
| HasReachedStudent | boolean |
None. |
|
| StaffMemberPhotoUris | Dictionary of Nse.ServiceBus.DataContracts.ImageResolution [key] and string [value] |
None. |
|
| FollowUpActivityType | PearsonEnglish.LearningServices.Core.Models.Views.FollowUpActivityTypeViewModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "4dd0da16-7907-4759-a71c-349444a92a4e",
"StudentId": "0f4020a1-3485-44a9-b385-4a8abc49f8b8",
"ReporterId": "2eaf5241-7760-4ba4-ae71-9616a5f1d69a",
"ReporterFullName": "sample string 4",
"LocalDate": "2026-01-29T22:16:40.7686491+00:00",
"Result": "sample string 6",
"HasReachedStudent": true,
"StaffMemberPhotoUris": {
"Small": "sample string 1"
},
"FollowUpActivityType": {
"Id": "6af6c515-5c6d-47a5-b0e3-ddde0a98d1d4",
"Name": "sample string 2"
}
}
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true