GET followUpActivities/{followUpActivityId}
Returns 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
Name | Description | Type | Additional information |
---|---|---|---|
followUpActivityId |
Follow up activity id. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Follow up activity.
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. |
Response Formats
application/json, text/json
Sample:
{ "Id": "7a3771fd-08f0-4224-af5a-4ec5d134c9ec", "StudentId": "7d0b7cf1-950c-4638-a8d2-a95f6f860604", "ReporterId": "8234e406-d6a1-4079-8633-93198522158d", "ReporterFullName": "sample string 4", "LocalDate": "2025-04-04T06:05:56.6537954+00:00", "Result": "sample string 6", "HasReachedStudent": true, "StaffMemberPhotoUris": { "Small": "sample string 1" }, "FollowUpActivityType": { "Id": "d65cba81-f60c-4fa9-a743-99e59c64071b", "Name": "sample string 2" } }