Get Counter Entries

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

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "counterNo": "COUNTER 1",
            "category": "RH",
            "postingDate": "2020-12-23",
            "readingValue": 0,
            "auxiliaryIndex1": 1
        },
        {
            "counterNo": "COUNTER 2",
            "category": "RH",
            "postingDate": "2021-01-04",
            "readingValue": 9,
            "auxiliaryIndex1": 2
        },
        {
            "counterNo": "COUNTER 1",
            "category": "RH",
            "postingDate": "2021-01-04",
            "readingValue": 5,
            "auxiliaryIndex1": 3
        }
...
    ]
}

Copyright Dynaway A/S

Privacy Policy