You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rowsApi.getTableRows is missing the filter argument. Making it impossible to query data based on a row value.
There's only tableIdOrName, sort, after, limit, properties but the API indicate that filter is available. There's even a reference in the getTableRows function description.
It seems this has been a problem for nearly 3 years now: #125
And there still doesn't seem to be any action taken to make this API client method more useful. How can you guys talk about this all over the HubDB API documentation for filtering and in the main API client method that does this stuff, you can't even support the filter?? But you have the ability to take "sort" arguments??
The method is basically useless unless you're getting all table rows.
Hi,
rowsApi.getTableRows
is missing thefilter
argument. Making it impossible to query data based on a row value.There's only
tableIdOrName
,sort
,after
,limit
,properties
but the API indicate thatfilter
is available. There's even a reference in thegetTableRows
function description.hubspot-api-nodejs/codegen/cms/hubdb/apis/RowsApi.ts
Line 223 in bfaa106
The text was updated successfully, but these errors were encountered: