PST SDK  5.0.1.0-acae3ae
GetVersionInfo

Get version information of the SDK.

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 sdk as a string

version Object
Key Value Type Description
version string version number of the sdk
Example
 
  {"version":"4.1.0.24-5bc2b33"}
 
Verification table
Status Code Content Example Meaning
200 Json payload Success message
400 {"message":"JSON_ERROR: <...>"} an error occured when parsing a json object
500 {"message":"TrackerException: <...>"} an other type of internal error