GET api/ApplicationVersion/API

Get the version of the API

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

application version

ApplicationVersion
NameDescriptionTypeAdditional 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
}