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": "bf6babe7-effa-497e-b218-e7dd15b474d6",
"StudentId": "619cd166-5bf0-487b-82b8-88555470338a",
"ReporterId": "7f91bbcc-bedb-4794-99a1-ff9daeacfd6b",
"ReporterFullName": "sample string 4",
"LocalDate": "2026-01-14T09:29:40.2017533+00:00",
"Result": "sample string 6",
"HasReachedStudent": true,
"StaffMemberPhotoUris": {
"Small": "sample string 1"
},
"FollowUpActivityType": {
"Id": "4e9ba5c2-84bd-4c35-b838-0865f092e1aa",
"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.