GET api/AppVersion/GetAppVersions?appName={appName}&userCode={userCode}&token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appName | string |
Required |
|
| userCode | string |
Required |
|
| token | string |
Required |
Body Parameters
None.
Response Information
AppVersionResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AppName | string |
None. |
|
| IsUpdateRequired | boolean |
None. |
|
| CurrentVersion | string |
None. |
|
| UpdateUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"AppName": "sample string 1",
"IsUpdateRequired": true,
"CurrentVersion": "sample string 3",
"UpdateUrl": "sample string 4"
}