GET openapi/contract/{contractId}/currentlevel
Authorization
Access to this endpoint is public.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
contractId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PearsonEnglish.LearningServices.Wse.Models.RegistrationModel.StudentCurrentContractLevelName | Description | Type | Additional information |
---|---|---|---|
CurrentLevel | integer |
None. |
|
CurrentLevelString | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "CurrentLevel": 1, "CurrentLevelString": "L1" }