Get Incident Outcomes

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

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "0d3cd4fb-ac2a-ed11-97e8-000d3a8ca290",
            "code": "INJURY",
            "description": "Injury"
        },
        {
            "id": "0e3cd4fb-ac2a-ed11-97e8-000d3a8ca290",
            "code": "BRUISE",
            "description": "Bruise"
        },
        {
            "id": "8d64feb2-b02a-ed11-97e8-000d3a8ca290",
            "code": "HOSPITAL STAY",
            "description": "Hospital stay"
        }
    ]
}

Copyright Dynaway A/S

Privacy Policy