Get Measurement Categories

Allows the user to get the list of Measurement Categories.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "code": "ELECTRIC CURRENT",
            "description": "Electric Current",
            "unit": "A"
        },
        {
            "code": "HUM ABS",
            "description": "Absolute Humidity ",
            "unit": "%"
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy