GET onboardingcontents/active
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either Student, ProspectWithTrial
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PearsonEnglish.LearningServices.Core.Models.OnboardingContentViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| LanguageId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| URL | string |
None. |
|
| IsActive | boolean |
None. |
|
| LocalizedContentURL | string |
None. |
|
| WalkThroughLanguageCode | string |
None. |
|
| WalkThroughMobileLanguageCode | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "eacda925-d812-405b-b3da-9e5bc8eafaa9",
"LanguageId": "593587a4-fc71-47dc-aa3d-538dddb0c262",
"Name": "sample string 3",
"URL": "sample string 4",
"IsActive": true,
"LocalizedContentURL": "sample string 6",
"WalkThroughLanguageCode": "sample string 7",
"WalkThroughMobileLanguageCode": "sample string 8"
},
{
"Id": "eacda925-d812-405b-b3da-9e5bc8eafaa9",
"LanguageId": "593587a4-fc71-47dc-aa3d-538dddb0c262",
"Name": "sample string 3",
"URL": "sample string 4",
"IsActive": true,
"LocalizedContentURL": "sample string 6",
"WalkThroughLanguageCode": "sample string 7",
"WalkThroughMobileLanguageCode": "sample string 8"
}
]