Get Body Parts

Allows the user to get the list of body parts.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "0cbda47a-ab2a-ed11-97e8-000d3a8ca290",
            "code": "LEFT HAND",
            "description": "Left hand"
        },
        {
            "id": "7a443a81-ab2a-ed11-97e8-000d3a8ca290",
            "code": "RIGHT HAND",
            "description": "Right hand"
        }
    ]
}

Copyright Dynaway A/S

Privacy Policy