Get Corrective Actions

Allows the user to get the list of safety incident corrective actions.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "0221966e-b12a-ed11-97e8-000d3a8ca290",
            "code": "REDESIGN",
            "description": "Redesign of a machine/workstation"
        },
        {
            "id": "026cfc7b-b12a-ed11-97e8-000d3a8ca290",
            "code": "PROTOCOL UPDATE",
            "description": "Update of safety protocol"
        }
    ]
}

Copyright Dynaway A/S

Privacy Policy