The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.
post/workbooks/{workbookId}/tables/{tableId}/rows/query
Path parameters
workbookIdstring required
<p>The ID of the workbook whose table rows are being queried.</p> <p> If a workbook with the specified id could not be found, this API throws ResourceNotFoundException. </p>
tableIdstring required
<p>The ID of the table whose rows are being queried.</p> <p> If a table with the specified id could not be found, this API throws ResourceNotFoundException. </p>
Query parameters
maxResultsstring
Pagination limit
nextTokenstring
Pagination token
Request body
Response
Success