Get Entrance Logbook

Allows the user to get the list of all Entrance Logs.

Uri

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

Parameters

CompanyID
- ID of the Company.

Form Data

JSON Response

{
    "value": [
{
            "id": "d9b6d124-a611-ed11-90eb-0022481ec921",
            "entryNo": 4,
            "employeeNo": "",
            "name": "Mike Slower",
            "company": "Fast Fix CORP.",
            "checkInDate": "2022-08-01",
            "checkInTime": "16:27:07.81",
            "checkOutDate": "2022-08-02",
            "checkOutTime": "16:30:09.477",
            "hostEmployeeName": "Martin Tiger Water",
            "purposeOfVisit": "Inspection",
            "workOrderNo": "WO/22/07/00046",
            "locationCode": "H1.MH",
            "maximumEntranceTime": "P0DT1H0M0.0S",
            "entranceTimeExceeded": true,
            "entryCardID": "ENCAR 0004"
        },
    ]
...
}

Copyright Dynaway A/S

Privacy Policy