Get All Rows with defined config
Use this API to get all the rows which match the given config
| 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 |
getRowsType stringPossible values: [ The mechanism to get the rows from the table. |
columnId stringThe columnId of your column. It looks like CXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX. Send it when getRowsType is BY_COLUMN_VALUE. |
value objectThe value that should be present in the columns. Send it when getRowsType is BY_COLUMN_VALUE. |
searchQuery stringThe query to search in the table. Send it when getRowsType is BY_SEARCH_QUERY. |
rowIds string[]RowIds to look for. Send it when getRowsType is BY_IDS. |
| Responses | ||
|---|---|---|
200Returns all the matching rows
|