GET api/User/GetAppUpdateInformation
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AppUpdateDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ForceUpgrade | boolean |
None. |
|
| NativeAppVersion | string |
None. |
|
| PromptMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ForceUpgrade": true,
"NativeAppVersion": "sample string 2",
"PromptMessage": "sample string 3"
}