Toggl Track integration (Productivity). Imported from open-connector.
https://api.track.toggl.com/api/v9/me
/me/workspaces
/workspaces/{workspaceId}
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | integer | required | The Toggl Track workspace ID. |
/projects
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | integer | required | The Toggl Track workspace ID. |
| active | boolean | optional | Whether to return only active projects or both active and inactive projects. |
| since | integer | optional | A UNIX timestamp used to fetch changed projects since that moment. |
| page | integer | optional | The 1-based page number to request. |
| sortField | string | optional | The project field used for sorting the result set. |
| sortOrder | string | optional | The sort direction used for ordering the result set. |
| perPage | integer | optional | The maximum number of items to return per page. |
| search | string | optional | A search string used to filter projects by name. |
/workspaces/{workspaceId}/projects/{projectId}
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | integer | required | The Toggl Track workspace ID. |
| projectId | integer | required | The Toggl Track project ID. |
/workspaces/{workspaceId}/projects/{projectId}
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | integer | required | The Toggl Track workspace ID. |
| projectId | integer | required | The Toggl Track project ID. |
/workspaces/{workspaceId}/projects/{projectId}/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | integer | required | The Toggl Track workspace ID. |
| projectId | integer | required | The Toggl Track project ID. |
| active | boolean | optional | Whether to return only active tasks. |
/workspaces/{workspaceId}/projects/{projectId}/tasks/{taskId}
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | integer | required | The Toggl Track workspace ID. |
| projectId | integer | required | The Toggl Track project ID. |
| taskId | integer | required | The Toggl Track task ID. |
/workspaces/{workspaceId}/projects/{projectId}/tasks/{taskId}
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | integer | required | The Toggl Track workspace ID. |
| projectId | integer | required | The Toggl Track project ID. |
| taskId | integer | required | The Toggl Track task ID. |
/tags
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | integer | required | The Toggl Track workspace ID. |
| page | integer | optional | The 1-based page number to request. |
| perPage | integer | optional | The maximum number of items to return per page. |
| search | string | optional | A search string used to filter tags by name. |
/tags
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | integer | optional | The Toggl Track workspace ID. |
| name | string | optional | The tag name. |
/workspaces/{workspaceId}/tags/{tagId}
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | integer | required | The Toggl Track workspace ID. |
| tagId | integer | required | The Toggl Track tag ID. |
| name | string | optional | The updated tag name. |
/workspaces/{workspaceId}/tags/{tagId}
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | integer | required | The Toggl Track workspace ID. |
| tagId | integer | required | The Toggl Track tag ID. |
/me/time_entries
| Param | Type | Required | Description |
|---|---|---|---|
| since | string | optional | An ISO 8601 date or date-time string. |
| before | string | optional | An ISO 8601 date or date-time string. |
| startDate | string | optional | An ISO 8601 date or date-time string. |
| endDate | string | optional | An ISO 8601 date or date-time string. |
/me/time_entries/current
/me/time_entries/{timeEntryId}
| Param | Type | Required | Description |
|---|---|---|---|
| timeEntryId | integer | required | The Toggl Track time entry ID. |
/workspaces/{workspaceId}/time_entries/{timeEntryId}/stop
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | integer | required | The Toggl Track workspace ID. |
| timeEntryId | integer | required | The Toggl Track time entry ID. |
/workspaces/{workspaceId}/time_entries/{timeEntryId}
| Param | Type | Required | Description |
|---|---|---|---|
| workspaceId | integer | required | The Toggl Track workspace ID. |
| timeEntryId | integer | required | The Toggl Track time entry ID. |