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.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": "80675a1f-af1f-4209-8e00-df648f9b69fe", "StudentId": "a5cc4d7a-f6b1-46d6-9f3c-1088be2d51b8", "ReporterId": "eb7941a7-2d12-44dd-84ba-e297ed718734", "ReporterFullName": "sample string 4", "LocalDate": "2025-08-29T04:57:48.4998496+00:00", "Result": "sample string 6", "HasReachedStudent": true, "StaffMemberPhotoUris": { "Small": "sample string 1" }, "FollowUpActivityType": { "Id": "e6ccc630-4a49-4818-97fb-0fa5c51ef67d", "Name": "sample string 2" } }
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true