Dart integration (Productivity, AI). Imported from open-connector.
https://app.dartai.com/api/v0/public/config
/tasks/list
| Param | Type | Required | Description |
|---|---|---|---|
| title | string | optional | Filter tasks by title. |
| ids | string | optional | Filter by comma-separated task IDs. |
| dartboard | string | optional | Filter by dartboard title. |
| dartboard_id | string | optional | Filter by dartboard ID. |
| status | string | optional | Filter by status title. |
| status_id | string | optional | Filter by status ID. |
| assignee | string | optional | Filter by assignee name or email. |
| assignee_id | string | optional | Filter by assignee ID. |
| reviewer | string | optional | Filter by reviewer name or email. |
| reviewer_id | string | optional | Filter by reviewer ID. |
| tag | string | optional | Filter by tag title. |
| tag_id | string | optional | Filter by tag ID. |
| priority | string | optional | Filter by priority title. |
| type | string | optional | Filter by task type title. |
| type_id | string | optional | Filter by task type ID. |
| parent_id | string | optional | Filter by parent task ID. |
| is_completed | boolean | optional | Filter by completion state. |
| in_trash | boolean | optional | Filter by whether tasks are in trash. |
| start_at_after | string | optional | Filter tasks starting after this timestamp. |
| start_at_before | string | optional | Filter tasks starting before this timestamp. |
| due_at_after | string | optional | Filter tasks due after this timestamp. |
| due_at_before | string | optional | Filter tasks due before this timestamp. |
| created_at_after | string | optional | Filter tasks created after this timestamp. |
| created_at_before | string | optional | Filter tasks created before this timestamp. |
| updated_at_after | string | optional | Filter tasks updated after this timestamp. |
| updated_at_before | string | optional | Filter tasks updated before this timestamp. |
| no_defaults | boolean | optional | Whether Dart should skip its default filters and ordering. |
| o | array | optional | The ordered Dart sort fields. |
| limit | integer | optional | The maximum number of tasks to return. |
| offset | integer | optional | The result offset. |
/tasks/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The 12-character alphanumeric Dart task ID. |
/tasks/{item}
| Param | Type | Required | Description |
|---|---|---|---|
| item | object | required | The task ID and fields included in the official Dart update request. |
/tasks/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The 12-character alphanumeric Dart task ID. |