Get Request Statuses

Allows the user to get the list of maintenance request statuses.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "417f430b-39ef-ed11-8848-0022482585d9",
            "code": "CANCELED",
            "description": "Canceled",
            "statusResponsible": "Both",
            "closingStatus": true
        },
        {
            "id": "427f430b-39ef-ed11-8848-0022482585d9",
            "code": "CLOSED",
            "description": "Closed",
            "statusResponsible": "Maintenance",
            "closingStatus": true
        },
        {
            "id": "437f430b-39ef-ed11-8848-0022482585d9",
            "code": "IN PROGESS",
            "description": "In Progress",
            "statusResponsible": "Maintenance",
            "closingStatus": false
        },
        {
            "id": "447f430b-39ef-ed11-8848-0022482585d9",
            "code": "NEW",
            "description": "New",
            "statusResponsible": "Both",
            "closingStatus": false
        },
       ...
    ]
}

Copyright Dynaway A/S

Privacy Policy