Get Measurement Devices

Allows the user to get the list of Measurement Devices.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "no": "API01",
            "description": "MD-API01",
            "profileCode": "",
            "active": false,
            "manufacturerCode": "",
            "imei": "AP0187302",
            "modelNumber": "API01839/2022",
            "externalNo": "",
            "serialNumber": "12345678765432"
        },
...
]
}

Copyright Dynaway A/S

Privacy Policy