GET api/ApiInfo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
|
| major | integer |
None. |
|
| minor | integer |
None. |
|
| build | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"version": "sample string 1",
"major": 2,
"minor": 3,
"build": 4
}
application/xml, text/xml
Sample:
<ApiInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <version>sample string 1</version> <major>2</major> <minor>3</minor> <build>4</build> </ApiInfo>