POST checkcompatibility
Authorization
Access to this endpoint is granted if all following conditions are true:
- Authenticated user who is either StaffMember, Student, ProspectWithTrial
Request Information
URI Parameters
None.
Body Parameters
PearsonEnglish.LearningServices.Core.Models.MobileApplicationCompatibilityRequestName | Description | Type | Additional information |
---|---|---|---|
PlatformName | PearsonEnglish.LearningServices.Core.Models.Enums.MobileSupportablePlatforms |
None. |
|
AppVersion | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "PlatformName": 1, "AppVersion": "sample string 1" }
Response Information
Resource Description
PearsonEnglish.LearningServices.Core.Models.CompatibilityInfoName | Description | Type | Additional information |
---|---|---|---|
Update | PearsonEnglish.LearningServices.Core.Models.Enums.CompatibilityStatus |
None. |
|
AppUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.