Skip to main content

Get All Rows with defined config

Use this API to get all the rows which match the given config

Request Body REQUIRED
askribeKey string

Your secret Askribe key. Can be obtained from your org's settings dashboard

tableId string

The tableId of your table. It looks like TXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

getRowsType string

Possible values: [BY_IDS, BY_COLUMN_VALUE, BY_SEARCH_QUERY]

The mechanism to get the rows from the table.

columnId string

The columnId of your column. It looks like CXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX. Send it when getRowsType is BY_COLUMN_VALUE.

value object

The value that should be present in the columns. Send it when getRowsType is BY_COLUMN_VALUE.

searchQuery string

The 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
200

Returns all the matching rows

Schema OPTIONAL
object