Get Measurement Entries

Allows the user to get the whole list of Measurement Entries.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "measurementNo": "THERMOMETER H1",
            "unit": "C",
            "postingDateTime": "2021-01-04T12:41:10.35Z",
            "readingValue": 11,
            "readingNo": "",
            "auxiliaryIndex1": 2
        }
...
    ]
}

Copyright Dynaway A/S

Privacy Policy