previous page |next page

/version

A basic call that returns the current version of the System API.

Example response

<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>ok</status>
  <version>1.1.7667</version>
</response>

Response parameters

/response/status : string

Call execution status. Set to ok if call executed successfully.

/response/version : string

Current version of the System API in <major>.<minor>.<revision> format.

previous page | Reference Overview |next page