Get Maintenance Skills

Allows the user to get the list of all Maintenance Skills.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "skillCode": "PAINTING",
            "description": "Painting",
            "parentSkill": ""
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy