Get Device Measurements

The user can get a list of measurements created for Measurement Devices.

Uri

GET api/dynaway/eam/v1.0/companies({{Company_ID}})/devicemeasurements

Parameters

CopmanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "measurementNo": "MD00001-001",
            "measurementName": "Air Pressure for MD00001",
            "measurementDeviceNo": "MD00001",
            "acceptableValuesThreshold": "10..20",
            "warningValuesThreshold": "21..40",
            "notAcceptableValuesThreshold": "41..10,000",
            "unitOfMeasure": "PA",
            "measurementCategoryCode": "AIR PRESSURE"
        },
        {
            "measurementNo": "MD00001-002",
            "measurementName": "Humidity for MD00001",
            "measurementDeviceNo": "MD00001",
            "acceptableValuesThreshold": "0..5",
            "warningValuesThreshold": "6..20",
            "notAcceptableValuesThreshold": "21..9,999",
            "unitOfMeasure": "%",
            "measurementCategoryCode": "HUMIDITY"
        }
...
]
}

Copyright Dynaway A/S

Privacy Policy