name必填string
Name for the new view.
type必填string
View type (e.g., `list`, `board`, `calendar`, `table`, `timeline`, `workload`, `activity`, `map`, `conversation`, `gantt`).
list_id必填string
Numeric ID of the List where the new view will be created.
divide__dirinteger
Direction for secondary grouping: `1` for ascending, `-1` for descending.
filters__opstring
Logical operator for combining filters: `AND` for all conditions, `OR` for any condition.
divide__fieldstring
Field for secondary grouping (dividing tasks within primary groups).
grouping__dirinteger
Group sort order: `1` for ascending (e.g., urgent priority top), `-1` for descending (e.g., no priority top).
columns__fieldsarray
Array of column field objects. Each object must have 'field' (e.g., 'name', 'status', 'assignee', 'dueDate', or '_cf_FIELD_ID' for Custom Fields).
filters__fieldsarray
Array of filter field objects. Each object must have 'field' (e.g., 'assignee', 'status', 'priority', 'tags'), 'op' (e.g., 'EQ', 'NOT', 'IN', 'ANY'), and 'values' (array of filter values). Required when any filter parameter is provided.
filters__searchstring
Search string to filter tasks by name or content.
grouping__fieldstring
Field for grouping tasks (e.g., `none`, `status`, `priority`, `assignee`, `tag`, `dueDate`).
sorting__fieldsarray
Array of sort field objects. Each object must have 'field' (e.g., 'dateCreated', 'name', 'dueDate', 'priority') and optionally 'dir' (1 for ascending, -1 for descending).