Get Categories

Allows the user to get the list of Work Order Categories.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "77c60fca-2479-ec11-bf26-000d3a74601f",
            "categoryCode": "CLEANING",
            "description": "Cleaning",
            "categoryType": " ",
            "defaultPriorityCode": ""
        },
        {
            "id": "78c60fca-2479-ec11-bf26-000d3a74601f",
            "categoryCode": "DAILY CLEANING",
            "description": "Daily Cleaning",
            "categoryType": " ",
            "defaultPriorityCode": "LOW"
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy