Get Measurements

Allows the user to get the list of Measurements.

Uri

GET /api/dynaway/eam/v1.0/companies({{CompanyID}})/measurements

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "no": "THERMOMETER H1",
            "name": "Thermometer in Hall 1",
            "unit": "C"
        }
...
    ]
}

Copyright Dynaway A/S

Privacy Policy