ClickUp Time & Reporting
Time tracking, analytics, goals, and documentation for ClickUp
Requirements
Comprehensive time tracking, analytics, and goal management for ClickUp workspaces. Search and manage time entries, run timers, track goals with key results, organize documentation, and analyze team productivity.
Includes:
- GET /team/{team_id}/time_entries (search entries)
- POST /team/{team_id}/time_entries (create entry)
- PUT /team/{team_id}/time_entries/{timer_id} (update entry)
- DELETE /team/{team_id}/time_entries/{timer_id} (delete entry)
- POST /team/{team_id}/time_entries/start (start timer)
- POST /team/{team_id}/time_entries/stop (stop timer)
- GET /team/{team_id}/time_entries/current (get running timer)
- GET /team/{team_id}/time_entries/tags (get time labels)
- POST /team/{team_id}/time_entries/tags (add labels)
- PUT /team/{team_id}/time_entries/tags (rename label)
- DELETE /team/{team_id}/time_entries/tags (remove labels)
- GET /team/{team_id}/docs (search documents)
- GET /team/{team_id}/docs/{doc_id} (get document)
- POST /team/{team_id}/docs/search (search content)
- GET /team/{team_id}/goal (search goals)
- POST /team/{team_id}/goal (create goal)
- GET /goal/{goal_id} (get goal)
- PUT /goal/{goal_id} (update goal)
- DELETE /goal/{goal_id} (delete goal)
- GET /goal/{goal_id}/key_result (get targets)
- POST /goal/{goal_id}/key_result (create target)
- PUT /key_result/{key_result_id} (update target)
- DELETE /key_result/{key_result_id} (delete target)