Check In Out

API CheckInOut Request

On this page you can use the method:

  1. GET
  2. Get list of check in check out request for certain range of date

Objective: To get a check -in and check out request based on a particular date range from certain employees.

Method: GET

API Endpoint:

[[baseurl]]/api/integration/v1/employee/checkinout?employmentId=[[value1]]&Startdate=[[value2]]&endDate=[[value3]]

Note:

  • Parameter value 1 Filled with employee employee ID who wants to find a check in check -out request.
  • Parameter value 2 Filled with a search date with the YYYY-MM-DD format.
  • Parameter value 3 Filled with the end of the search with the YYYY-MM-DD format.

Header:

X-TenantId: [[tenant-Id]]

Authorization: Bearer [[accesstoken]]

API Response:

[

    {

        “id”: “e68d4507-10e0-4655-867a-18c1e0d1f18d”,

        “employmentId”: “dc37e2ec-694d-11ec-bdce-0afae9404cee”,

        “requestNo”: “00024/To/II/2023”,

        “actualLat”: 0.0,

        “actualLng”: 0.0,

        “purpose”: “Wfh”,

        “remark”: “fixing “,

        “status”: “Approved”,

        “outOfOffice”: true

    },

    {

        “id”: “8891525e-f0a7-4de3-9571-70e7c81bef81”,

        “employmentId”: “dc37e2ec-694d-11ec-bdce-0afae9404cee”,

        “requestNo”: “00025/To/II/2023”,

        “actualLat”: 0.0,

        “actualLng”: 0.0,

        “purpose”: “Wfh”,

        “remark”: “fixing “,

        “status”: “Approved”,

        “outOfOffice”: true

    }

]