v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Get Users Timelog

get/users/timelog

Query parameters

pageinteger
countinteger
sortstring
sort_bystring
filter.from_datestring date required
filter.to_datestring date required
filter.keywordstring
filter.team_uidstring

Support multiple team_uids with ,

filter.user_uidstring

Support multiple user_uid with ,

Response

200

typestring
total_recordsinteger
total_pagesinteger
current_pageinteger

Example response

{
  "type": "success",
  "data": [
    {
      "user_uid": "641aacc5-3a7a-4c3c-beec-fa6c186e37ec",
      "first_name": "John",
      "last_name": "Doe",
      "designation": "Admin",
      "email": "john.doe@zuper.co",
      "profile_picture": "https://s3.ap-south-1.amazonaws.com/staging.in.pro.zuper/attachments/6c287db0-ff7c-11e7-b3a8-29b417a4f3fa/c5914720-043e-11ee-89dd-7d1eb09002c4.JPG",
      "is_active": true,
      "role": {
        "role_uid": "504e4eac-ff7d-11e7-8be5-0ed5f89f718b",
        "role_name": "Admin",
        "role_key": "ADMIN"
      },
      "teams": [
        {
          "team_uid": "853f37b4-ffe7-433f-aade-f9b8efcc44d2",
          "team_name": "Team Maverix",
          "team_color": "#4960a0",
          "user_count": 12,
          "is_active": true,
          "created_at": "2025-01-08T05:42:48.000Z"
        }
      ],
      "timelog_summary": [
        {
          "date": "2025-04-17",
          "break_time": 60,
          "work_time": 180,
          "day_total_time": 240
        }
      ],
      "total_break_time": 60,
      "total_work_time": 180,
      "total_minutes": 240
    }
  ],
  "total_records": 1,
  "total_pages": 1,
  "current_page": 1
}