GET api/FollowUpActivity?studentIdentifier={studentIdentifier}

Authorization

Access to this endpoint is public.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
studentIdentifier

PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier

Required

Body Parameters

PearsonEnglish.LearningServices.Core.Models.PaginationInfo
NameDescriptionTypeAdditional 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.FollowUpActivityViewModel
NameDescriptionTypeAdditional information
TotalItemCount

integer

None.

Elements

Collection of PearsonEnglish.LearningServices.Core.Models.Views.FollowUpActivityViewModel

None.

Response Formats

application/json, text/json

Sample:

Sample not available.