Get the allowed exposure range.
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 |
| 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 |