GET api/Admin/GetAppVersionData?AppVersion={AppVersion}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AppVersion | string |
Required |
Body Parameters
None.
Response Information
Resource Description
checkversion| Name | Description | Type | Additional information |
|---|---|---|---|
| response | string |
None. |
|
| message | string |
None. |
|
| Version | string |
None. |
|
| IsForceUpdate | boolean |
None. |
|
| PlayStoreURL1 | string |
None. |
|
| PlayStoreURL2 | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"response": "sample string 1",
"message": "sample string 2",
"Version": "sample string 3",
"IsForceUpdate": true,
"PlayStoreURL1": "sample string 5",
"PlayStoreURL2": "sample string 6"
}
text/xml
Sample:
<checkversion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/jashpackaging.Models"> <IsForceUpdate>true</IsForceUpdate> <PlayStoreURL1>sample string 5</PlayStoreURL1> <PlayStoreURL2>sample string 6</PlayStoreURL2> <Version>sample string 3</Version> <message>sample string 2</message> <response>sample string 1</response> </checkversion>