GET api/dynaway/eam/v1.0/companies({{Company_ID}})/maintenanceRequestStatuses
{
"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