GET students/{userIdentifier}/goals?sortInfo.SortBy={sortInfo.SortBy}&sortInfo.Direction={sortInfo.Direction}&paginationInfo.Count={paginationInfo.Count}&paginationInfo.Offset={paginationInfo.Offset}

Authorization

Access to this endpoint is granted if all following conditions are true:

  • Authenticated user passes at least one of the following conditions: Authenticated user matches identifier given in "userIdentifier, studentIdentifier" uri parameter. Authenticated user is a staff member and is assigned to the same center as a user who matches identifier given in "userIdentifier, studentIdentifier" uri parameter. Authenticated user is a staff member and is assigned to the online center as a user who matches identifier given in "userIdentifier, studentIdentifier" uri parameter. Authenticated user matches identifier given in "userIdentifier, studentIdentifier" uri parameter.
  • Authenticated user who is either StaffMember, Student

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userIdentifier

PearsonEnglish.LearningServices.Business.Helpers.UserIdentifier

Required

SortBy

string

None.

Direction

PearsonEnglish.LearningServices.Core.Models.Enums.Direction

None.

Count

integer

None.

Offset

integer

None.

Body Parameters

None.

Response Information

Resource Description

PagedCollectionOfPearsonEnglish.LearningServices.Core.Models.Views.StudentGoalListViewModel
NameDescriptionTypeAdditional information
TotalItemCount

integer

None.

Elements

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

None.

Response Formats

application/json, text/json

Sample:

Sample not available.