Get Measurement Journal Lines

Allows the user to get all existing Measurement Journal Lines.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "journalTemplateName": "DEFAULT",
            "journalBatchName": "DEFAULT",
            "lineNumber": 10000,
            "id": "6c62d12f-8a4e-eb11-89f8-0022481ff96a",
            "measurementNo": "THERMOMETER H1",
            "unit": "C",
            "postingDateTime": "2020-12-23T10:09:25.203Z",
            "readingValue": 15,
            "description": "Thermometer in Hall 1",
            "externalDocumentNumber": ""
        }
...
    ]
}

Copyright Dynaway A/S

Privacy Policy