GET api/ClientApplicationVersion/WEH
Get the version of the Windows Embedded Handheld (WEH) OC2 PDA client application available for download
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
application version
ApplicationVersion| Name | Description | Type | Additional information |
|---|---|---|---|
| Major | integer |
None. |
|
| Minor | integer |
None. |
|
| Build | integer |
None. |
|
| Revision | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Major": 1,
"Minor": 2,
"Build": 3,
"Revision": 4
}