GET api/versionchks
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of versionchk| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
String length: inclusive between 0 and 15 |
Response Formats
application/json, text/json
Sample:
[
{
"version": "sample string 1"
},
{
"version": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfversionchk xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/exantasgameapi.Models">
<versionchk>
<version>sample string 1</version>
</versionchk>
<versionchk>
<version>sample string 1</version>
</versionchk>
</ArrayOfversionchk>