GET api/FollowUpActivity?studentIdentifier={studentIdentifier}
Authorization
Access to this endpoint is public.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
studentIdentifier | PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier |
Required |
Body Parameters
PearsonEnglish.LearningServices.Core.Models.PaginationInfoName | Description | Type | Additional information |
---|---|---|---|
Count | integer |
None. |
|
Offset | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Count": 1, "Offset": 2 }
Response Information
Resource Description
PagedCollectionOfPearsonEnglish.LearningServices.Core.Models.Views.FollowUpActivityViewModelName | Description | Type | Additional information |
---|---|---|---|
TotalItemCount | integer |
None. |
|
Elements | Collection of PearsonEnglish.LearningServices.Core.Models.Views.FollowUpActivityViewModel |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.