The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.
post/workbooks/{workbookId}/tables/{tableId}/rows/list
Path parameters
workbookIdstring required
<p>The ID of the workbook that contains the table whose rows are being retrieved.</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 retrieved.</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