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.FollowUpActivityViewModelName | 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": "6150832a-6925-4e4e-b586-8a6410f479c8", "StudentId": "532d7ad8-ae0b-48a7-a23b-648bdcc65afe", "ReporterId": "3d2039c5-1f0b-4a0d-a135-7abf8cc96c5c", "ReporterFullName": "sample string 4", "LocalDate": "2025-04-04T06:05:56.1850361+00:00", "Result": "sample string 6", "HasReachedStudent": true, "StaffMemberPhotoUris": { "Small": "sample string 1" }, "FollowUpActivityType": { "Id": "4f274bf4-d2c3-43f6-bdea-5b24bc97f1e2", "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.