PST SDK  5.2.0.0-0eac0f6
GetVersionInfo

Get version information of the server.

Endpoint
  
  GET /PSTapi/GetVersionInfo HTTP/1.1
  Host: address:port
 
Get Request example
 
  http://localhost:7278/PSTapi/GetVersionInfo
 
Response

Returns the version number of the server as a string

version Object
Key Value Type Description
version string version number of the server
Example
 
  {"version":"5.1.0.24-5bc2b33"}
 
Verification table
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