ListRowsBody

Body for List Rows. All fields optional.

Properties

row_idsarray of

Filter to specific rows. Omit to return all rows on the sheet (paginated). Max 200 IDs per call — if you have more than 200 to poll, chunk your IDs across multiple calls.

string <uuid>
page_nointegermin 1

Page number (1-indexed). Only meaningful when browsing (no `row_ids`) or when `row_ids` count exceeds `page_size`.

page_sizeintegermin 1 · max 200

Rows per page. Defaults to 20. Maximum 200.

Example

ListRowsBody example
{
  "row_ids": [
    "00000000-0000-0000-0000-000000000000"
  ],
  "page_no": 0,
  "page_size": 0
}