Get Incident Statuses

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

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "fc4435b7-ac2a-ed11-97e8-000d3a8ca290",
            "code": "OPEN",
            "description": "Open",
            "closingStatus": false
        },
        {
            "id": "a0092abf-ac2a-ed11-97e8-000d3a8ca290",
            "code": "CLOSED",
            "description": "Closed",
            "closingStatus": true
        }
    ]
}

Copyright Dynaway A/S

Privacy Policy