TimeCamp integration (Productivity). Imported from open-connector.
https://app.timecamp.com/third_party/api/
/users
| Param | Type | Required | Description |
|---|---|---|---|
| activeOnly | boolean | optional | Whether TimeCamp should return only active users. |
/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| taskIds | array | optional | Specific TimeCamp task IDs to request. Multiple values are sent as a comma-sepa… |
| externalTaskId | string | optional | A TimeCamp external task ID to request. |
| permissions | array | optional | Permission names used by TimeCamp to filter tasks. |
| status | string | optional | The TimeCamp task status filter. |
| minimal | boolean | optional | Whether TimeCamp should return minimal task information. |
| ignoreAdminRights | boolean | optional | Whether TimeCamp should ignore admin rights while filtering accessible tasks. |
/
| Param | Type | Required | Description |
|---|---|---|---|
| from | string | optional | The start date in YYYY-MM-DD format. |
| to | string | optional | The end date in YYYY-MM-DD format. |
| billable | boolean | optional | Whether TimeCamp should return only billable entries. |
| modifyFrom | string | optional | The minimal latest modification date in YYYY-MM-DD format. |
| modifyTo | string | optional | The maximal latest modification date in YYYY-MM-DD format. |
| tagIds | array | optional | Tag IDs used to filter entries. TimeCamp receives one repeated tags_filter item… |
| approvalMode | boolean | optional | Whether TimeCamp should apply approval-mode permissions. |
| optionalFields | string | optional | Extra fields TimeCamp should include in the response. |
| includeProject | boolean | optional | Whether TimeCamp should include project or task information. |
| includeRates | boolean | optional | Whether TimeCamp should include rate information. |
| withSubtasks | boolean | optional | Whether TimeCamp should include subtasks. |
| ignoreInvoiced | boolean | optional | Whether TimeCamp should ignore invoiced entries. |
| roundDuration | boolean | optional | Whether TimeCamp should round entry durations. |
| activeOnly | boolean | optional | Whether TimeCamp should return only active entries. |
| userIds | array | optional | User IDs to include. Use me for entries owned by the current user. |
/timer