x-api-key: ********************curl --location --request GET '/maintenance/settings/measurements' \
--header 'token;' \
--header 'x-api-key: <api-key>'{
"status": 0,
"data": {
"property1": {
"code": 0,
"units": "string",
"thresholdMin": 0,
"thresholdMax": 0,
"thresholdDefault": 0,
"maintenanceMax": 0,
"warningAt": 0,
"pastDueAt": 0
},
"property2": {
"code": 0,
"units": "string",
"thresholdMin": 0,
"thresholdMax": 0,
"thresholdDefault": 0,
"maintenanceMax": 0,
"warningAt": 0,
"pastDueAt": 0
}
}
}