Get All Rows with matching column value
Use this API to get all the rows where the given column contains the given value
| Request Body — REQUIRED |
|---|
askribeKey stringYour secret Askribe key. Can be obtained from your org's settings dashboard |
tableId stringThe tableId of your table. It looks like TXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
columnId stringThe columnId of your column. It looks like CXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX |
value objectThe value that should be present in the columns. |
| Responses | ||
|---|---|---|
200Returns all the matching rows
|