GET MobileAppCompatibility/{id}
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
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PearsonEnglish.LearningServices.Core.Models.Views.MobileApplicationCompatibilityViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Platform | PearsonEnglish.LearningServices.Core.Models.Enums.MobileSupportablePlatforms |
None. |
|
AppURL | string |
None. |
|
SupportableVersion | string |
None. |
|
ReleasedVersion | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "39d2d26b-eab4-47c3-a0ad-1b77726f4124", "Platform": 1, "AppURL": "sample string 2", "SupportableVersion": "sample string 3", "ReleasedVersion": "sample string 4" }