PST SDK  5.0.1.0-acae3ae
GetExposureRange

Get the allowed exposure range.

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

Returns the mininmal and maximal exposure time currently valid in seconds

ExposureRange Object
Key Value Type Description
ExposureRange json object Json object containing min and max entries
min double The minimal valid exposure time in seconds
max double The maximal valid exposure time in seconds
Example
 
{"ExposureRange":{"max":0.0024999999441206455,"min":9.9999997473787516e-05}}
 
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