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": "86f3afeb-45b4-415c-ad43-b20314886bbe",
"StudentId": "2387d03d-f7a0-4fa2-a621-713e8b4ceba9",
"ReporterId": "def94dc1-c40a-4a76-9830-fb589468157f",
"ReporterFullName": "sample string 4",
"LocalDate": "2026-01-30T14:59:08.2058062+00:00",
"Result": "sample string 6",
"HasReachedStudent": true,
"StaffMemberPhotoUris": {
"Small": "sample string 1"
},
"FollowUpActivityType": {
"Id": "1a488b17-2787-40d8-9478-6fe776a53b89",
"Name": "sample string 2"
}
},
{
"Id": "86f3afeb-45b4-415c-ad43-b20314886bbe",
"StudentId": "2387d03d-f7a0-4fa2-a621-713e8b4ceba9",
"ReporterId": "def94dc1-c40a-4a76-9830-fb589468157f",
"ReporterFullName": "sample string 4",
"LocalDate": "2026-01-30T14:59:08.2058062+00:00",
"Result": "sample string 6",
"HasReachedStudent": true,
"StaffMemberPhotoUris": {
"Small": "sample string 1"
},
"FollowUpActivityType": {
"Id": "1a488b17-2787-40d8-9478-6fe776a53b89",
"Name": "sample string 2"
}
}
]