Time

List attendance

GET
/api/public/v2/time/timesheets

Response Body

application/json

application/json

curl -X GET "https://example.com/api/public/v2/time/timesheets"
{  "data": [    {      "employee_id": 0,      "employee_number": "string",      "full_name": "string",      "email": "string",      "expected_minutes": 0,      "worked_minutes": 0,      "break_minutes": 0,      "working_leave_minutes": 0,      "non_working_unpaid_leave_minutes": 0,      "non_working_paid_leave_minutes": 0,      "non_working_leave_minutes": 0,      "difference_minutes": 0    }  ],  "metadata": {    "pagination": {      "page": 0,      "pages": 0,      "count": 0,      "items": 0    }  }}