Get Assets Categories

Allows the user to get the list of Assets Categories.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "52c60fca-2479-ec11-bf26-000d3a74601f",
            "categoryCode": "CLEANING MACHINE COM",
            "description": "CLEANING MACHINE COMPONENTS",
            "parentCategory": "CLEANING MACHINES"
        },
        {
            "id": "53c60fca-2479-ec11-bf26-000d3a74601f",
            "categoryCode": "CLEANING MACHINES",
            "description": "CLEANING MACHINES",
            "parentCategory": ""
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy