GET openApi/students/{userIdentifier}/followUpActivities?Count={Count}&Offset={Offset}
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated territory has access to center which matches identifier given in "centerId" uri parameter.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userIdentifier | PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier |
Required |
|
| Count | integer |
None. |
|
| Offset | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of 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. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "8e788953-fdf6-4f02-b384-12e6a0c4656e",
"StudentId": "4be4e109-b3c9-43d1-98ce-a276c6ca97b1",
"ReporterId": "97225e87-3bbe-4077-9df9-fb8ae201a2d0",
"ReporterFullName": "sample string 4",
"LocalDate": "2026-05-14T13:11:11.9837335+00:00",
"Result": "sample string 6",
"HasReachedStudent": true,
"StaffMemberPhotoUris": {
"Small": "sample string 1"
},
"FollowUpActivityType": {
"Id": "007b6be6-3d31-4ff2-b14f-30362a74155d",
"Name": "sample string 2"
}
},
{
"Id": "8e788953-fdf6-4f02-b384-12e6a0c4656e",
"StudentId": "4be4e109-b3c9-43d1-98ce-a276c6ca97b1",
"ReporterId": "97225e87-3bbe-4077-9df9-fb8ae201a2d0",
"ReporterFullName": "sample string 4",
"LocalDate": "2026-05-14T13:11:11.9837335+00:00",
"Result": "sample string 6",
"HasReachedStudent": true,
"StaffMemberPhotoUris": {
"Small": "sample string 1"
},
"FollowUpActivityType": {
"Id": "007b6be6-3d31-4ff2-b14f-30362a74155d",
"Name": "sample string 2"
}
}
]