DeskTime integration (Productivity, Data). Imported from open-connector.
https://desktime.com/api/v2/json/company
/employees
| Param | Type | Required | Description |
|---|---|---|---|
| date | string | optional | The DeskTime date in YYYY-MM-DD format. |
| period | string | optional | The DeskTime tracking period to return for employee data. |
/employee
| Param | Type | Required | Description |
|---|---|---|---|
| employeeId | integer | optional | The DeskTime employee ID. When omitted, DeskTime returns the API key owner's em… |
| date | string | optional | The DeskTime date in YYYY-MM-DD format. |
/projects
/create-project
| Param | Type | Required | Description |
|---|---|---|---|
| project | string | required | The project name to create in DeskTime. |
| task | string | optional | The optional task name to create under the new DeskTime project. |