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": "4cb8e49a-5776-48d4-b83f-662f236cc86a",
"StudentId": "a5791c2e-8933-4257-90e2-905a25fa3b23",
"ReporterId": "47a7a347-efc0-4ef1-89e5-1c0481f59612",
"ReporterFullName": "sample string 4",
"LocalDate": "2026-03-08T10:05:56.2357374+00:00",
"Result": "sample string 6",
"HasReachedStudent": true,
"StaffMemberPhotoUris": {
"Small": "sample string 1"
},
"FollowUpActivityType": {
"Id": "279d8c04-2341-4b7f-9d4f-a93211f26b9f",
"Name": "sample string 2"
}
},
{
"Id": "4cb8e49a-5776-48d4-b83f-662f236cc86a",
"StudentId": "a5791c2e-8933-4257-90e2-905a25fa3b23",
"ReporterId": "47a7a347-efc0-4ef1-89e5-1c0481f59612",
"ReporterFullName": "sample string 4",
"LocalDate": "2026-03-08T10:05:56.2357374+00:00",
"Result": "sample string 6",
"HasReachedStudent": true,
"StaffMemberPhotoUris": {
"Small": "sample string 1"
},
"FollowUpActivityType": {
"Id": "279d8c04-2341-4b7f-9d4f-a93211f26b9f",
"Name": "sample string 2"
}
}
]