Query rows
Use this API to fetch rows by ALL / view / column-value / search-query / ids, optionally returning only the count
| Path Parameters |
|---|
tableId string — REQUIRED |
| Request Body |
|---|
mode stringPossible values: [ Which rows to fetch. Defaults to ALL. |
viewId stringRequired when mode=BY_VIEW. |
columnId stringRequired when mode=BY_COLUMN_VALUE. |
value stringThe value to match when mode=BY_COLUMN_VALUE. |
searchQuery stringRequired when mode=BY_SEARCH_QUERY (case-insensitive substring). |
rowIds string[]Required when mode=BY_IDS. |
countOnly booleanIf true, returns the integer row count instead of the rows. |
| Responses | ||
|---|---|---|
200OK
|