WAS THIS PAGE HELPFUL? Leave Feedback
24.0 Version API
The Version API returns the current version of the REST API.
API Since: 7.0.2
Supports both XML and JSON
24.1 HTTP Headers
Header | Valid Values | Required |
---|---|---|
Content-Type | application/xml or application/json | True |
GWOS-API-TOKEN | a valid token returned from login | True |
GWOS-APP-NAME | your application name | True |
24.2 Method: GET Version
GET /api/version
24.3 Example Results
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <version>7.0.2</version> { "version" : "7.0.2" }