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": "b35c7563-1894-451d-a98d-ba84186c753a",
"StudentId": "5565d6f4-88a8-4489-9c24-777f64c00f40",
"ReporterId": "185bde8a-70c0-4ca6-b36f-47279245ab7a",
"ReporterFullName": "sample string 4",
"LocalDate": "2026-02-09T16:14:58.7805416+00:00",
"Result": "sample string 6",
"HasReachedStudent": true,
"StaffMemberPhotoUris": {
"Small": "sample string 1"
},
"FollowUpActivityType": {
"Id": "e4bfca66-ac02-4b09-a980-c3b01f3805c2",
"Name": "sample string 2"
}
}
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true