Get Work Order Plans

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

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "6c38ee5e-2579-ec11-bf26-000d3a74601f",
            "planNo": "WOP.000001",
            "categoryCode": "DAILY CLEANING",
            "priorityCode": "LOW",
            "status": "Open",
            "lastDoneDate": "2020-10-02",
            "plannedDate": "2020-10-03"
        },
        {
            "id": "6d38ee5e-2579-ec11-bf26-000d3a74601f",
            "planNo": "WOP.000002",
            "categoryCode": "DAILY CLEANING",
            "priorityCode": "LOW",
            "status": "Open",
            "lastDoneDate": "2020-10-02",
            "plannedDate": "2020-10-03"
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy