Get Work Order Plans

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

Uri

GET api/dynaway/eam/beta/companies({{Company_ID}})/workOrderPlans

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "0a659318-6c43-eb11-8f4d-903112d154fd",
            "planNo": "WOP.000001",
            "categoryCode": "DAILY CLEANING",
            "priorityCode": "LOW",
            "status": "Open",
            "lastDoneDate": "2020-10-02",
            "plannedDate": "0001-01-01"
        },
        {
            "id": "0b659318-6c43-eb11-8f4d-903112d154fd",
            "planNo": "WOP.000002",
            "categoryCode": "DAILY CLEANING",
            "priorityCode": "LOW",
            "status": "Released",
            "lastDoneDate": "2020-10-02",
            "plannedDate": "2020-10-03"
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy