v1

latestOpenAPI 3.1.02026-07-24172151607.6 KB
Time Tracking

Stop a time Entry

Stop a timer that's currently running for the authenticated user.

post/v2/team/{team_id}/time_entries/stop

Path parameters

team_idnumber required
Example:123

Workspace ID

Headers

Content-Type'application/json' required
Example:application/json

Response

Example response

{
  "data": {
    "id": "timer_id",
    "task": {
      "id": "task_id",
      "name": "test task",
      "status": {
        "status": "to do",
        "color": "#d3d3d3",
        "type": "open",
        "orderindex": 0
      },
      "custom_type": null
    },
    "wid": "workspace_id",
    "user": {
      "id": 1,
      "username": "first_name last_name",
      "email": "test@gmail.com",
      "color": "#08c7e0",
      "initials": "JK",
      "profilePicture": "https://attachments-public.clickup.com/profilePictures/1_HHk.jpg"
    },
    "billable": false,
    "start": "1595289395842",
    "end": 1595289452790,
    "duration": 56948,
    "description": "",
    "tags": [],
    "source": "clickup",
    "at": 1595289452790
  }
}