GET api/ApplicationVersion/OnlineControl
Get the database version of Online Control
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
}