PST SDK  5.0.1.0-acae3ae
GetExposure

Get the current exposure time as set on the PST Tracker.

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

Returns the exposure time in seconds.

Exposure Object
Key Value Type Description
Exposure double The current exposure time.
Example
 
  {"Exposure":9.9999997473787516e-05}
 
Verification table
Status Code Content Example Meaning
400 {"message":"JSON_ERROR: <...>"} an error occured when parsing a json object
500 {"message":"TrackerException: <...>"} an other type of internal error