Hi everyone,
I’m trying to use a view as a filter for an underlying table, and then use the API to only retrieve the rows filtered by the view.
I’m using visibleOnly=true on the view’s table id, but I still get all the rows of the underlying table.
The docs say that the visibleOnly parameter “If true, returns only visible rows and columns for the table.”
What am I missing?