GET students/{studentIdentifier}/followUpActivities?Count={Count}&Offset={Offset}
Retrievs follow up activities related with student.
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 identifier given in "studentIdentifier" uri parameter.
- Authenticated user who is either StaffMember
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
studentIdentifier |
Student identifier. |
PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier |
Required |
Count | integer |
None. |
|
Offset | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
List of follow up activities.
Collection of 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": "b3f4aa51-ba79-4196-8ae0-a696b075cb7b", "StudentId": "0c73b690-62d1-420d-abe4-b8122db351fe", "ReporterId": "565e02e0-308d-4263-a41f-57ed52f62463", "ReporterFullName": "sample string 4", "LocalDate": "2025-08-29T05:05:32.7929561+00:00", "Result": "sample string 6", "HasReachedStudent": true, "StaffMemberPhotoUris": { "Small": "sample string 1" }, "FollowUpActivityType": { "Id": "1e1fde35-ed41-4554-ade4-21fad80aeb1a", "Name": "sample string 2" } }, { "Id": "b3f4aa51-ba79-4196-8ae0-a696b075cb7b", "StudentId": "0c73b690-62d1-420d-abe4-b8122db351fe", "ReporterId": "565e02e0-308d-4263-a41f-57ed52f62463", "ReporterFullName": "sample string 4", "LocalDate": "2025-08-29T05:05:32.7929561+00:00", "Result": "sample string 6", "HasReachedStudent": true, "StaffMemberPhotoUris": { "Small": "sample string 1" }, "FollowUpActivityType": { "Id": "1e1fde35-ed41-4554-ade4-21fad80aeb1a", "Name": "sample string 2" } } ]