Productive integration (Productivity). Imported from open-connector.
https://api.productive.io/api/v2/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| pageNumber | integer | optional | The 1-based Productive page number. |
| pageSize | integer | optional | The number of Productive records per page. Productive allows up to 200. |
| sort | string | optional | The Productive sort expression, such as title or -title. |
| filter | object | optional | Productive filter values keyed by official filter field name. |
| include | string | optional | Comma-separated Productive relationship names to include. |
/tasks/{taskId}
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | required | The Productive resource ID. |
| include | string | optional | Comma-separated Productive relationship names to include. |
/time_entries/{input}
| Param | Type | Required | Description |
|---|---|---|---|
| pageNumber | integer | optional | The 1-based Productive page number. |
| pageSize | integer | optional | The number of Productive records per page. Productive allows up to 200. |
| sort | string | optional | The Productive sort expression, such as title or -title. |
| filter | object | optional | Productive filter values keyed by official filter field name. |
| include | string | optional | Comma-separated Productive relationship names to include. |
| input | string | required | Path parameter: input |
/time_entries/{timeEntryId}
| Param | Type | Required | Description |
|---|---|---|---|
| timeEntryId | string | required | The Productive resource ID. |
| date | string | optional | The optional Productive time entry date. |
| time | integer | optional | The optional Productive time entry duration in minutes. |
| note | string | optional | — |
| billable | boolean | optional | Whether the Productive time entry is billable. |
| relationships | object | optional | Productive relationship values keyed by relationship name. |
| attributes | object | optional | Additional Productive JSON:API attributes. |
/time_entries/{timeEntryId}
| Param | Type | Required | Description |
|---|---|---|---|
| timeEntryId | string | required | The Productive resource ID. |