Fetch Records from Worksheet
Retrieves records from a worksheet in Zoho Sheet.
Query
The workbook resource ID.
Name of the worksheet whose records needs to be fetched
Optional parameter. By default, first row of the worksheet is considered as header row. This can be used if tabular data starts from any row other than the first row.
Optional parameter. Can be used to filter records.
Optional parameter. Can be used to read particular column's data. By default all the column data will be available in response. Multiple column names must be separated by comma.
Optional parameter. It defines how the value should be rendered. Possible options are formatted, unformatted, and formula.
Optional parameter. This parameter can be used to get a few resources if there are too many.
Optional parameter. It denotes the number of records.
Optional parameter. By default it is true. Can be set as false for case insensitive search.
Alternatively worksheet_id can be used instead of worksheet_name
Comma-separated response fields to include.