Add workflow column filtering to cards (#2787)
This commit is contained in:
@@ -16,6 +16,7 @@ __Query Parameters:__
|
||||
| `creator_ids[]` | Filter by card creator ID(s) |
|
||||
| `closer_ids[]` | Filter by user ID(s) who closed the cards |
|
||||
| `card_ids[]` | Filter to specific card ID(s) |
|
||||
| `column_ids[]` | Filter by workflow column ID(s) |
|
||||
| `indexed_by` | Filter by: `all` (default), `closed`, `not_now`, `stalled`, `postponing_soon`, `golden` |
|
||||
| `sorted_by` | Sort order: `latest` (default), `newest`, `oldest` |
|
||||
| `assignment_status` | Filter by assignment status: `unassigned` |
|
||||
@@ -23,6 +24,11 @@ __Query Parameters:__
|
||||
| `closure` | Filter by closure date: `today`, `yesterday`, `thisweek`, `lastweek`, `thismonth`, `lastmonth`, `thisyear`, `lastyear` |
|
||||
| `terms[]` | Search terms to filter cards |
|
||||
|
||||
Repeated `column_ids[]` values are ORed together. Other filters combine with AND.
|
||||
|
||||
Example:
|
||||
- `column_ids[]=03f...` — cards in a workflow column by ID
|
||||
|
||||
__Response:__
|
||||
|
||||
```json
|
||||
|
||||
Reference in New Issue
Block a user