GET api/Usafis/GetVersionCode
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
VersionUpdateName | Description | Type | Additional information |
---|---|---|---|
VersionCode | integer |
None. |
|
MustUpdate | integer |
None. |
|
UpdateMessage | string |
None. |
|
UnAuth | boolean |
None. |
|
TimedOut | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "VersionCode": 1, "MustUpdate": 2, "UpdateMessage": "sample string 3", "UnAuth": true, "TimedOut": true }