Get Device Assets

The user can get a list of Assets linked with Measurement Devices.

Uri

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

Parameters

CopmanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "measurementDeviceNo": "MD00002",
            "assetNo": "A000003",
            "assetDescription": "Ultraviolet Lamp H1"
        },
        {
            "measurementDeviceNo": "MD00002",
            "assetNo": "A000004",
            "assetDescription": "Ultraviolet Lamp on H1"
        }
...
]
}

Copyright Dynaway A/S

Privacy Policy