Get Downtime Entries

Allows the user to get the list of Downtime Entries.

Uri

GET /api/dynaway/eam/v1.0/companies({{CompanyID}})/downtimeEntries

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "entryNo": 1,
            "assetNo": "A000003",
            "startingDateTime": "2022-05-23T15:00:00Z",
            "endingDateTime": "2022-05-23T15:00:00Z",
            "outsideBusinessHours": false,
            "description": "It is not working",
            "closed": false,
            "priorityCode": "LOW",
            "categoryCode": "DOWNTIME",
            "reportedBy": "RATMI",
            "reportedDateTime": "2022-05-23T15:03:49.847Z",
            "problemCode": "DAMAGED",
            "reasonCode": "",
            "actionCode": "",
            "assetLocationCode": "H1.MH",
            "assetStatusCode": "INSTALLED",
            "assetConditionCode": "4-GOOD"
        },
 ...
    ]
}

Copyright Dynaway A/S

Privacy Policy