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": "6c6aaac8-db56-48d8-bc68-73538a31ed7f",
"StudentId": "36183564-943b-41df-aca3-280dc79a7d3b",
"ReporterId": "2c1df0d0-60c5-4bb5-8bb3-caff505da4fe",
"ReporterFullName": "sample string 4",
"LocalDate": "2026-04-30T04:42:24.7383882+00:00",
"Result": "sample string 6",
"HasReachedStudent": true,
"StaffMemberPhotoUris": {
"Small": "sample string 1"
},
"FollowUpActivityType": {
"Id": "683fccec-0388-4713-8452-d28968745427",
"Name": "sample string 2"
}
},
{
"Id": "6c6aaac8-db56-48d8-bc68-73538a31ed7f",
"StudentId": "36183564-943b-41df-aca3-280dc79a7d3b",
"ReporterId": "2c1df0d0-60c5-4bb5-8bb3-caff505da4fe",
"ReporterFullName": "sample string 4",
"LocalDate": "2026-04-30T04:42:24.7383882+00:00",
"Result": "sample string 6",
"HasReachedStudent": true,
"StaffMemberPhotoUris": {
"Small": "sample string 1"
},
"FollowUpActivityType": {
"Id": "683fccec-0388-4713-8452-d28968745427",
"Name": "sample string 2"
}
}
]