Parameter | Description |
---|---|
Include | A comma-separated list of optional elements to include in the response: * sheetVersion - current version number of each sheet, should not be combined with pagination. * source - the Source object for any sheet that was created from another sheet, if any. |
Include All | Check to include all results. |
Modified Since | When specified with a date and time value, response only includes the objects that are modified on or after the date and time specified. If you need to keep track of frequent changes, it may be more useful to use Get Sheet Version. |
Page | Which page to return. Defaults to 1 if not specified. If you specify a value greater than the total number of pages, the last page of results is returned. |
Page Size | The maximum number of items to return per page. Unless otherwise stated for a specific endpoint, defaults to 100. If neither pageSize nor page is specified, returns all rows in the sheet. If only page is specified, defaults to a page size of 100. |