Get Open Requests

Allows the user to get the list of open Requests.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "e17f1edd-0253-ee11-be6f-000d3a8c288f",
            "number": "MR00002",
            "description": "Weird noise",
            "priorityCode": "LOW",
            "requestType": "NOISE",
            "assetNo": "",
            "assetDesription": "",
            "groupCode": "",
            "assignedTo": "",
            "requestor": "EMPLOYEE123",
            "requestorAuthenticationEmail": "maintenancetechnician@maintenancetechnicians.com",
            "requestDate": "2023-09-14",
            "requestStatus": "NEW",
            "remarks": "",
            "systemCreatedAt": "2023-09-14T13:30:35.373Z",
            "closed": false,
            "closedBy": "",
            "closedDateTime": "0001-01-01T00:00:00Z"
        },
       ...
    ]
}

Copyright Dynaway A/S

Privacy Policy