Everhour integration (Productivity). Imported from open-connector.
https://api.everhour.com/users/me
/team/users
/projects
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | optional | Filter projects by project name text. |
| limit | integer | optional | The maximum number of records to return. |
| platform | string | optional | The Everhour platform slug used to filter integration-backed projects. |
/projects/{projectId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Everhour project ID. |
/projects/{projectId}/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The Everhour project ID. |
| page | integer | optional | The 1-based page number to request. |
| limit | integer | optional | The maximum number of records to return. |
| query | string | optional | Filter tasks by task name text. |
| excludeClosed | boolean | optional | Whether closed tasks should be excluded from the response. |
/tasks/{taskId}
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The Everhour task ID. |
/tasks/search
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | Task name text to search for. |
| limit | integer | optional | The maximum number of records to return. |
| searchInClosed | boolean | optional | Whether closed tasks should be included in the search results. |
/team/time
| Param | Type | Required | Description |
|---|---|---|---|
| from | string | optional | An ISO 8601 date string in YYYY-MM-DD format. |
| to | string | optional | An ISO 8601 date string in YYYY-MM-DD format. |
| page | integer | optional | The 1-based page number to request. |
| limit | integer | optional | The maximum number of records to return. |
/timers/current
/timers/current