GET api/{token}/Version

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
token
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Major": 1,
  "Minor": 2,
  "Patch": 3
}

application/xml, text/xml

Sample:
<APIVersion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ThumbAPI.Models">
  <Major>1</Major>
  <Minor>2</Minor>
  <Patch>3</Patch>
</APIVersion>