Get Incident Severities

Allows the user to get the list of safety incident severities.

Uri

GET api/dynaway/eam/v1.0/companies({{Company_ID}})/safetyIncidentSeverities

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "529160de-ab2a-ed11-97e8-000d3a8ca290",
            "code": "LOW",
            "description": "Low"
        },
        {
            "id": "a8fee5e5-ab2a-ed11-97e8-000d3a8ca290",
            "code": "MEDIUM",
            "description": "Medium"
        },
        {
            "id": "a9fee5e5-ab2a-ed11-97e8-000d3a8ca290",
            "code": "HIGH",
            "description": "High"
        }
    ]
}

Copyright Dynaway A/S

Privacy Policy