PST SDK  5.0.1.0-acae3ae
SetPositionFilter

Set the strength of the position filter.

Endpoint
  
  POST /PSTapi/SetPositionFilter  HTTP/1.1
  Host: address:port
 
Framerate Object
Key Value Type Description
PositionFilter double strength of the position filter in range [0, 0.99]
POST Payload: Request body parameters example
 
  {"PositionFilter": 0.2}
 
Response

Returns a status message.

Verification table
Status Code Content Example Meaning
200 {"message": "Position Filter set successfully"} Success message
400 {"message":"JSON_ERROR: <...>"} an error occured when parsing a json object
400 {"message":"TrackerException:MSG_OUT_OF_RANGE <...>"}
500 {"message":"TrackerException: <...>"} an other type of internal error