| title | summary |
|---|---|
Query reference validation |
API endpoints for Query reference validation.
|
API endpoints for Query reference validation.
List of cards that have an invalid reference in their query. Shape of each card is standard, with the addition of an
errors key. Supports pagination (offset and limit), so it returns something in the shape:
{:total 200
:data [card1, card2, ...]
:limit 50
:offset 100
-
sort_columnnullable enum of collection, created_by, name, last_edited_at. -
sort_directionnullable enum of desc, asc. -
collection_idnullable value must be an integer greater than zero.