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.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": "0463e0b7-d916-43ee-b481-f909f89f4ef4", "StudentId": "d8716c89-dd77-42ae-96b4-bc9765732073", "ReporterId": "ccc00563-546c-474e-8cdb-d5de6fa3c44f", "ReporterFullName": "sample string 4", "LocalDate": "2025-04-04T05:56:55.6137293+00:00", "Result": "sample string 6", "HasReachedStudent": true, "StaffMemberPhotoUris": { "Small": "sample string 1" }, "FollowUpActivityType": { "Id": "8f33ea52-7fe5-412f-bb20-9e7dff495d90", "Name": "sample string 2" } }, { "Id": "0463e0b7-d916-43ee-b481-f909f89f4ef4", "StudentId": "d8716c89-dd77-42ae-96b4-bc9765732073", "ReporterId": "ccc00563-546c-474e-8cdb-d5de6fa3c44f", "ReporterFullName": "sample string 4", "LocalDate": "2025-04-04T05:56:55.6137293+00:00", "Result": "sample string 6", "HasReachedStudent": true, "StaffMemberPhotoUris": { "Small": "sample string 1" }, "FollowUpActivityType": { "Id": "8f33ea52-7fe5-412f-bb20-9e7dff495d90", "Name": "sample string 2" } } ]