findTableRows
Enables the search and filtering of rows within a table based on specific criteria. This operation supports complex queries for advanced data manipulation and retrieval.
POST
Path Parameters
The table's name or unique identifier for targeting specific table operations.
Body
application/json
The search criteria and filters to apply when searching for rows. This includes conditions, search terms, and pagination options.
The body is of type object
.
Response
200
application/json
A collection of rows that match the search criteria, along with metadata such as total count and pagination details.
The response is of type object
.