The JobTracker API version number determines the structure of the XML commands and responses available. This version number is incremented each time the XML commands and responses are changed or extended.
API Release history:
| API Version | JobTracker Version |
|---|---|
| 3 | 3.2.0 |
| 2 | 3.1.0 |
| 1 | 2.5.0 |
.NET Object Model
The version of the object model dll is of the form {API Version}.{Object Model Version}. The API version is also referenced in the Namespace and the file name: Moraware.JobTrackerAPI3 and JobTrackerAPI3.dll
XML
Use the apiVersionQuery command to determine what versions of the API the JobTracker server supports.
Request:
<MorawareCommand version="3" sessionId="mySessionId"> <apiVersionQuery /> </MorawareCommand>
Response:
<MorawareResponse version="3"> <apiVersionQuery minSupportedVersion="1" currentVersion="3" /> </MorawareResponse>