POST api/FollowUpActivity
Authorization
Access to this endpoint is public.
Request Information
URI Parameters
None.
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": "42efbac1-2a44-49d0-a7af-9bed206f495b",
"StudentId": "fb773142-59d9-4106-93f1-974e1add65cf",
"ReporterId": "c5feea42-d93b-4b65-bb9e-1f37339982b0",
"ReporterFullName": "sample string 4",
"LocalDate": "2025-12-10T03:30:49.4897926+00:00",
"Result": "sample string 6",
"HasReachedStudent": true,
"StaffMemberPhotoUris": {
"Small": "sample string 1"
},
"FollowUpActivityType": {
"Id": "00104621-ec01-4ceb-807e-b050555a95ae",
"Name": "sample string 2"
}
}
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}