Get Treatment Types

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

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "261defd4-b12a-ed11-97e8-000d3a8ca290",
            "code": "OPERATION",
            "description": "Operation"
        },
        {
            "id": "291defd4-b12a-ed11-97e8-000d3a8ca290",
            "code": "REHABILITATION",
            "description": "Rehabilitation"
        }
    ]
}

Copyright Dynaway A/S

Privacy Policy