The Favro API only allows paging ALL entities of a given type (Collection, Widget, Card, etc), or directly fetching one via its unique identifier.
For a lot of automations we don't know the IDs of the entities we need to fetch/update/delete and may need to filter by title, tags, assigned user or other fields.
To do that, currently, we have to exhaustively page all possible entities within a specific parent (e.g. all cards within a specific widget) to check them locally for matches against search criterion.
Can we get some additional query parameters in the API's "get all" endpoints, in particular on cards, to allow filtering by more parameters upon request? Of most immediate value to us would be title field and status (ideally custom status fields).
Alternatively, having a general search endpoint in the API that behaves like the search features in the app would do the trick.