Get Incident Types

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

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "3ec05b7d-aa2a-ed11-97e8-000d3a8ca290",
            "code": "HIT",
            "description": "Hit"
        },
        {
            "id": "f4731485-aa2a-ed11-97e8-000d3a8ca290",
            "code": "FRACTURE",
            "description": "Fracture"
        },
        {
            "id": "820ef491-aa2a-ed11-97e8-000d3a8ca290",
            "code": "INJURY",
            "description": "Injury"
        }
    ]
}

Copyright Dynaway A/S

Privacy Policy