Get Measurement Devices - Device Assets

The user can get a list of Measurement Devices with all assets connected to this device.

Uri

GET api/dynaway/eam/v1.0/companies({{Company_ID}})/measurementDevices?$expand=deviceassets

Parameters

CopmanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "no": "MD00001",
            "description": "MD-RUFLS00192",
            "active": false,
            "manufacturerCode": "",
            "imei": "002740001518816",
            "modelNumber": "RUFLS00192/2022",
            "externalNo": "",
            "serialNumber": "8203878102664",
            "deviceassets": []
        },
        {
            "no": "MD00002",
            "description": "Temp - tool -PSHRE10278740",
            "active": false,
            "manufacturerCode": "",
            "imei": "",
            "modelNumber": "",
            "externalNo": "",
            "serialNumber": "",
            "deviceassets": [
                {
                    "id": "16e210ad-1f8f-ec11-b85a-000d3a74f042",
                    "measurementDeviceNo": "MD00002",
                    "assetNo": "A000003",
                    "assetDescription": "Ultraviolet Lamp H1"
                },
                {
                    "id": "32f5b0d7-1f8f-ec11-b85a-000d3a74f042",
                    "measurementDeviceNo": "MD00002",
                    "assetNo": "A000004",
                    "assetDescription": "Ultraviolet Lamp on H1"
                }
...
]
}

Copyright Dynaway A/S

Privacy Policy