POST followUpActivities
Add follow up activity.
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user is a staff member and is assigned to the same center as a user who matches a student who is assigned to follow up activity specified by "followUpActivityId" uri parameter or by content of request.
- Authenticated user who is either StaffMember
Request Information
URI Parameters
None.
Body Parameters
Follow up activity 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": "072e129f-d0fe-4be0-9c60-ddf29fb26864",
"StudentId": "4a1a851e-98e1-4ff6-9dfb-023aca58e00c",
"ReporterId": "21fa3804-97bd-4293-875b-71fb053167fa",
"ReporterFullName": "sample string 4",
"LocalDate": "2025-11-14T19:57:19.3128972+00:00",
"Result": "sample string 6",
"HasReachedStudent": true,
"StaffMemberPhotoUris": {
"Small": "sample string 1"
},
"FollowUpActivityType": {
"Id": "b5b1f1d0-7b6e-4782-a24d-0f9501687aec",
"Name": "sample string 2"
}
}
Response Information
Resource Description
Foollow up activity id.
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.