![]() |
PST SDK
5.1.0.0-e242fa9
|
Get version information of the SDK.
GET /PSTapi/GetVersionInfo HTTP/1.1
Host: address:port
http://localhost:7278/PSTapi/GetVersionInfo
Returns the version number of the SDK as a string
| Key | Value Type | Description |
|---|---|---|
| version | string | version number of the SDK |
{"version":"4.1.0.24-5bc2b33"}
| Status Code | Content Example | Meaning |
|---|---|---|
| 200 | JSON payload | Success message |
| 400 | {"message":"JSON_ERROR: <...>"} | an error occurred when parsing a JSON object |
| 500 | {"message":"TrackerException: <...>"} | an other type of internal error |