PST SDK
6.0.0.0-272350a
|
Get the allowed exposure range.
GET /PSTapi/SystemCheck HTTP/1.1
Host: address:port
Returns the minimal and maximal exposure time currently valid in seconds
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 |
{"ExposureRange":{"max":0.0024999999441206455,"min":9.9999997473787516e-05}}
Status Code | Content Example | Meaning |
---|---|---|
200 | JSON payload | Success message |
400 | {"message":"JSON_ERROR: <...>"} | An error occurred when parsing a json object |
500 | {"message":"TrackerException: <...>"} | An other type of internal error |