GET restapi/nativeapp/versioncheck/{applicationKey}/v1?currentVersion={currentVersion}&operatingSystem={operatingSystem}
Check if the current version for the application is ok or not. This requires that the native app has registered minimum required version and latest version.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
applicationKey |
Application key for the native app (same as client_id used for oauth2) |
string |
Required |
currentVersion |
Current version of the native app containing only . and numbers. For example: 2.3.44.114 |
string |
Required |
operatingSystem |
A string for the operating system the native app runs on. For example: Android |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Itslearning.Common.RestApi.Entities.VersionResponseResponse Formats
application/json, text/json
Sample:
"Unknown"
application/xml, text/xml
Sample:
<VersionResponse xmlns="http://schemas.datacontract.org/2004/07/Itslearning.Common.RestApi.Entities">Unknown</VersionResponse>