Get Resource Maintenance Skills

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

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "aeafbf6e-ce7f-ed11-9989-0022480a3c0d",
            "resourceNo": "DC",
            "skillCode": "FLOOR PAINTING",
            "skillDescription": "Floor painting",
            "assetLocationCode": "H1.MH.S.002",
            "startingDate": "2022-12-01",
            "endingDate": "2022-12-31"
        }
...
    ]
}

Copyright Dynaway A/S

Privacy Policy