GET students/{studentIdentifier}/followUpActivities?Count={Count}&Offset={Offset}
Retrievs follow up activities related with student.
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user is a staff member and is assigned to the same center as a user who matches identifier given in "studentIdentifier" uri parameter.
- Authenticated user who is either StaffMember
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
studentIdentifier |
Student identifier. |
PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier |
Required |
Count | integer |
None. |
|
Offset | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
List of follow up activities.
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": "1bccdc7b-c7d4-4ffd-8691-765a064d6571", "StudentId": "2991c8c0-711d-4477-9dff-7ede0337f877", "ReporterId": "68129ba9-eb08-43ee-b41b-0288b8e628ed", "ReporterFullName": "sample string 4", "LocalDate": "2025-04-10T01:15:00.4288786+00:00", "Result": "sample string 6", "HasReachedStudent": true, "StaffMemberPhotoUris": { "Small": "sample string 1" }, "FollowUpActivityType": { "Id": "88b95ccf-ee20-479f-9a0e-32e956af435e", "Name": "sample string 2" } }, { "Id": "1bccdc7b-c7d4-4ffd-8691-765a064d6571", "StudentId": "2991c8c0-711d-4477-9dff-7ede0337f877", "ReporterId": "68129ba9-eb08-43ee-b41b-0288b8e628ed", "ReporterFullName": "sample string 4", "LocalDate": "2025-04-10T01:15:00.4288786+00:00", "Result": "sample string 6", "HasReachedStudent": true, "StaffMemberPhotoUris": { "Small": "sample string 1" }, "FollowUpActivityType": { "Id": "88b95ccf-ee20-479f-9a0e-32e956af435e", "Name": "sample string 2" } } ]