Get Comments

Allows the user to get the list of comments on maintenance requests.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "3e8d8873-972a-ed11-97e8-00224822a403",
            "requestNumber": "MR/000003",
            "comment": "Please check the area.",
            "commentedBy": "MARTIN.WOODS",
            "SystemModifiedAt": "2022-09-02T08:15:49.943Z",
            "lineNumber": 1
        },
...
    ]
}

Copyright Dynaway A/S

Privacy Policy