GET openapi/contract/{contractId}/currentlevel

Authorization

Access to this endpoint is public.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
contractId

string

Required

Body Parameters

None.

Response Information

Resource Description

PearsonEnglish.LearningServices.Wse.Models.RegistrationModel.StudentCurrentContractLevel
NameDescriptionTypeAdditional information
CurrentLevel

integer

None.

CurrentLevelString

string

None.

Response Formats

application/json, text/json

Sample:
{
  "CurrentLevel": 1,
  "CurrentLevelString": "L1"
}