GET api/appVersions/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
appVersions| Name | Description | Type | Additional information |
|---|---|---|---|
| id | decimal number |
None. |
|
| dataVer | string |
None. |
|
| agentVer | string |
None. |
|
| httpVer | string |
None. |
|
| servicesVer | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1.0,
"dataVer": "sample string 2",
"agentVer": "sample string 3",
"httpVer": "sample string 4",
"servicesVer": "sample string 5"
}
text/html
Sample:
{"id":1.0,"dataVer":"sample string 2","agentVer":"sample string 3","httpVer":"sample string 4","servicesVer":"sample string 5"}
application/xml, text/xml
Sample:
<appVersions xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjomanServices.Models"> <agentVer>sample string 3</agentVer> <dataVer>sample string 2</dataVer> <httpVer>sample string 4</httpVer> <id>1</id> <servicesVer>sample string 5</servicesVer> </appVersions>