v1
latestOpenAPI 3.1.02026-07-2438302.6 MBGet Timesheets
get/timesheets
Query parameters
filter.keywordstring
filter.typestring
Timesheet type
filter.team_uidstring
filter.user_uidstring
filter.location_uidstring
Response
200
Example response
{
"status": "success",
"data": {
"total_pages": 1,
"current_page": 1,
"timesheets": [
{
"employee_timesheet_uid": "47b6b52c-7d83-4bb4-80f9-ba4b880ed36e",
"type_of_check": "CHECK_IN",
"latitude": 12.9729,
"longitude": 80.2512,
"remarks": "in",
"checked_time": "2023-02-07T06:00:00.000Z",
"created_at": "2023-02-07T11:23:04.000Z",
"users": {
"user_uid": "607f1361-87de-422e-9315-891ea5c10e49",
"first_name": "Heisen",
"last_name": "berg",
"email": "velmurugan@zuper.co",
"external_login_id": "FE1",
"home_phone_number": "0000000000",
"designation": "FE",
"emp_code": "FE1",
"work_phone_number": "0000000000",
"mobile_phone_number": "0000000000",
"profile_picture": "https://s3.ap-south-1.amazonaws.com/prod.app.zuperpro/assets/profile_picture.jpg",
"is_active": true,
"created_at": "2022-11-14T07:19:24.000Z",
"updated_at": "2022-11-30T06:52:43.000Z"
},
"created_user": {
"user_uid": "cfa78be2-b427-4d5a-89fe-7cf4a8e01352",
"first_name": "velmurugan",
"last_name": "k",
"email": "velmurugan.k@zuper.co",
"home_phone_number": "9600086457",
"designation": "Admin",
"emp_code": "001",
"work_phone_number": "9600086457",
"is_active": true,
"created_at": "2022-11-03T11:33:22.000Z",
"updated_at": "2022-11-03T11:33:22.000Z"
},
"timesheet_location": {
"location_uid": "a7d6bf75-d86e-49ae-a769-39651335f59b",
"location_name": "Zuper chennai",
"latitude": 12.9729347,
"longitude": 80.2512452,
"address": "Zupersoft Solution PVT Ltd, \nRajiv Gandhi Salai, Elango Nagar, \nOMR, Chennai, \nTamil Nadu, India",
"radius": 10000,
"created_at": "2023-01-27T07:20:07.000Z"
}
}
],
"total_records": 2
}
}