PST SDK  5.0.1.0-acae3ae
GetPositionFilter

Get the strength of the position filter.

Endpoint
  
  GET /PSTapi/GetPositionFilter HTTP/1.1
  Host: address:port
 
Response

Returns the strength of the position filter in range [0, 0.99]

PositionFilter Object
Key Value Type Description
PositionFilter double The current strength of the position filter.
Example
 
  {"PositionFilter":0.87}
 
Verification table
Status Code Content Example Meaning
200 Json payload Success message
500 {"message":"TrackerException: <...>"} an other type of internal error