TimeCamp
TimeCamp is a time tracking and timesheet platform used by teams to log billable hours, run attendance and time-off, approve timesheets, and measure productivity across projects. Its documented REST API - free on every plan, including the free tier - covers time entries, timers, tasks and projects, users and groups, attendance, approvals, tags, billing rates, expenses, and computer activity data, authenticated with a per-user API token sent as a bearer header.
APIs
TimeCamp Time Entries API
Create, read, update, and delete time entries - the core timesheet records. Filter entries by date range, users, tasks, and tags, merge duplicate entries, track entry changes an...
TimeCamp Timer API
Start, stop, and inspect running timers. A single POST /timer endpoint switches on an action parameter (start, stop, status), and GET /timer_running returns all currently runnin...
TimeCamp Tasks and Projects API
Manage the task and project tree that time is tracked against - create, update, and delete tasks, fetch task details, set task colors and tags. The v3 surface adds project listi...
TimeCamp Users and Groups API
Administer the account - list all users, fetch your own profile (/me), invite and update users, manage per-user settings, and organize users into groups with group-level setting...
TimeCamp Attendance API
Attendance and time-off surface - pull attendance records per period, read and set per-user day types (working day, vacation, sick leave), submit attendance requests, and use th...
TimeCamp Timesheet Approvals API
Timesheet approval workflow - fetch and create approvals for user timesheet periods, list users subject to approval, and drive the v3 flow with approval listing, status changes ...
TimeCamp Computer Activities API
Read the desktop-agent productivity data - application and website usage captured by the TimeCamp tracker - via GET /activity, plus v3 endpoints for sites-and-apps activity logs...
TimeCamp Tags API
Manage tag lists and tags used to slice time entries for reporting - create and update tag lists, add tags, scope tags to groups, and attach or remove tags on individual time en...
TimeCamp Billing Rates and Expenses API
Monetize tracked time - get and set billing rates per task, per user, per task-user pair, and per group, and manage expenses through the v3 endpoints including expense categorie...
TimeCamp Data Export API
Bulk reporting surface on the v3 API - request dataset exports, poll export status, check dataset availability, and download results, plus custom field templates and values that...