v1
OpenAPI 3.0.12026-08-06274588.1 KBQuery items
The returned item includes:
- parentRelativeSortOrder: Only populated for child items. Used to order children within their parent's hierarchy.
- relations.children: Child item IDs ordered by order within the parent's hierarchy.
Query parameters
Returns only Completed items if set to True. Default behavior - returns all items
Filter by assigned user
Filter by item owner (creator)
Filter by status
Filter by row
Filter by board
Filter by workspace
Filter by parent item
Filter by custom fields joined with OR operator, exmaple: "Custom project"="Cars" Multiple custom fields: https://{TENANT_URL}/api/v1/items?workspaceId={WORKSPACE_ID}&customFields="Custom project"="Cars"&customFields="Area"="Engines"
Returns items created since specified date in UTC timezone (ISO format, in example 2024-02-05T02:00:00)
Returns items modified since specified date UTC timezone (ISO format, in example 2024-02-05T02:00:00)
Returns items completed since specified date UTC timezone (ISO format, in example 2024-02-05T02:00:00)
Filter by tags joined with OR operator Multiple tags: https://{TENANT_URL}/api/v1/items?workspaceId={WORKSPACE_ID}&tags=TAG1&tags=TAG2&tags=TAG3
How many records to skip
How many records to take
Response
OK