GET onboardingcontents
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either Administrator
- Authenticated user who is either ImportTool
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PearsonEnglish.LearningServices.Core.Models.OnboardingContentViewModelName | 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": "e8a36494-c74c-4c10-bc60-5ba085492433", "LanguageId": "7b2344c1-2c98-4c7d-8a0e-12c5bb412e11", "Name": "sample string 3", "URL": "sample string 4", "IsActive": true, "LocalizedContentURL": "sample string 6", "WalkThroughLanguageCode": "sample string 7", "WalkThroughMobileLanguageCode": "sample string 8" }, { "Id": "e8a36494-c74c-4c10-bc60-5ba085492433", "LanguageId": "7b2344c1-2c98-4c7d-8a0e-12c5bb412e11", "Name": "sample string 3", "URL": "sample string 4", "IsActive": true, "LocalizedContentURL": "sample string 6", "WalkThroughLanguageCode": "sample string 7", "WalkThroughMobileLanguageCode": "sample string 8" } ]