GET api/Version
Get the version of the API
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
VersionResponseName | Description | Type | Additional information |
---|---|---|---|
ApiVersion | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ApiVersion": "sample string 1" }
text/html
Sample:
{"ApiVersion":"sample string 1"}
application/xml, text/xml
Sample:
<VersionResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OmniPort.API.Services.APIResponses.ApiDetailsResponses"> <ApiVersion>sample string 1</ApiVersion> </VersionResponse>