Get Counters

Allows the user to get the list of Counters.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "no": "RUNNING HOURS",
            "name": "Counter for running hours",
            "category": "RH"
        }
...
    ]
}

Copyright Dynaway A/S

Privacy Policy