Get Downtime Priorities

Allows the user to get the list of Downtime Priorities.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "conditionCode": "CRITICAL",
            "id": "5900165d-317c-eb11-9179-9ef557180287",
            "description": "Critical"
        },
        {
            "conditionCode": "HIGH",
            "id": "5a00165d-317c-eb11-9179-9ef557180287",
            "description": "High"
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy