Get Assets Categories

Allows the user to get the list of Assets Categories.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "categoryCode": "CLEANING MACHINE COM",
            "id": "beb91d57-317c-eb11-9179-9ef557180287",
            "description": "CLEANING MACHINE COMPONENTS",
            "parentCategory": "CLEANING MACHINES"
        },
        {
            "categoryCode": "CLEANING MACHINES",
            "id": "bfb91d57-317c-eb11-9179-9ef557180287",
            "description": "CLEANING MACHINES",
            "parentCategory": ""
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy