API filter by row id

Hi I would like to know how to filter results by id.

filter__????__equal:1

The reason for this is that I want to return tree only if it matches other filters as well.

Hi,

You can add a column of the type formula to your table and enter row_id() as the formula. The result is the unique id of the record and you can use this column as a filter in the API.

Regards
Frederik