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": "2464b4b6-9ca2-410c-8637-a7271dfdcbbe",
"StudentId": "d223f7fd-3e5a-4ad0-8136-50ad12e96d75",
"ReporterId": "3a5ebb6a-7be4-499d-8607-9dfd6cd19891",
"ReporterFullName": "sample string 4",
"LocalDate": "2026-08-09T01:28:34.6550739+00:00",
"Result": "sample string 6",
"HasReachedStudent": true,
"StaffMemberPhotoUris": {
"Small": "sample string 1"
},
"FollowUpActivityType": {
"Id": "8ecd17ef-0e91-4336-9da8-626552121212",
"Name": "sample string 2"
}
}
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true