← Tools Reference

DeskTime

DeskTime integration (Productivity, Data). Imported from open-connector.

API key5 toolshttps://desktime.com/api/v2/json
GET
desktime_get_company
Retrieve DeskTime company account settings and timezone information.

/company

GET
desktime_list_employees
Retrieve all DeskTime company employees with optional day or month tracking data.

/employees

2 parameters
ParamTypeRequiredDescription
datestringoptionalThe DeskTime date in YYYY-MM-DD format.
periodstringoptionalThe DeskTime tracking period to return for employee data.
GET
desktime_get_employee
Retrieve DeskTime tracking data for one employee or the API key owner.

/employee

2 parameters
ParamTypeRequiredDescription
employeeIdintegeroptionalThe DeskTime employee ID. When omitted, DeskTime returns the API key owner's em…
datestringoptionalThe DeskTime date in YYYY-MM-DD format.
GET
desktime_list_projects
List active DeskTime projects and their related tasks.

/projects

POST
desktime_create_project
Create a DeskTime project and optionally create an associated task.

/create-project

2 parameters
ParamTypeRequiredDescription
projectstringrequiredThe project name to create in DeskTime.
taskstringoptionalThe optional task name to create under the new DeskTime project.