Get Downtime Categories

Allows the user to get the list of Downtime Categories.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "89a3ddf6-922a-ed11-97e8-00224822a403",
            "categoryCode": "ELECT",
            "description": "Electricity problem"
        },
        {
            "id": "a1eab2fd-922a-ed11-97e8-00224822a403",
            "categoryCode": "MALF",
            "description": "Malfunction"
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy