Get Lockout Points

Allows getting a list of lockout points.

Uri

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

Parameters

Company_ID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
        {
            "id": "08b3396c-18a2-ed11-b6c3-fd37c73c7fe4",
            "number": "D/00001",
            "description": "Clamp-On Breaker Lockout",
            "state": "ACTIVE",
            "nextPlannedDateTime": "2021-05-19T22:00:00Z",
            "lastUnlockedDateTime": "2023-02-03T11:30:05.837Z",
            "numberOfLockouts": 20
        },
        {
            "id": "09b3396c-18a2-ed11-b6c3-fd37c73c7fe4",
            "number": "D/00002",
            "description": "Panel Lockout",
            "state": "ACTIVE",
            "nextPlannedDateTime": "2023-02-01T07:00:00Z",
            "lastUnlockedDateTime": "2023-02-03T11:30:06.183Z",
            "numberOfLockouts": 9
        },
        {
            "id": "0ab3396c-18a2-ed11-b6c3-fd37c73c7fe4",
            "number": "D/00003",
            "description": "BatteryBlock Battery Cable Lockout",
            "state": "ACTIVE",
            "nextPlannedDateTime": "0001-01-01T00:00:00Z",
            "lastUnlockedDateTime": "0001-01-01T00:00:00Z",
            "numberOfLockouts": 2
        }
    ]
}

Copyright Dynaway A/S

Privacy Policy