Get record cells by field

GET

Returns record cell values grouped by all fields in the sheet

Path parameters

sheetIdstringRequired

ID of sheet

Headers

X-Disable-Hooks"true"Required

Query parameters

fieldKeystringOptional

Returns results from the given field only. Otherwise all field cells are returned

sortFieldstringOptional

Name of field by which to sort records

sortDirection"asc" or "desc"Optional

Sort direction - asc (ascending) or desc (descending)

Allowed values: ascdesc
filterenumOptional

Options to filter records

Allowed values: validerrorallnone
filterFieldstringOptional

Name of field by which to filter records

pageSizeintegerOptional

Number of records to return in a page (default 1000 if pageNumber included)

pageNumberintegerOptional

Based on pageSize, which page of records to return

distinctbooleanRequired

Must be set to true

includeCountsbooleanOptional

When both distinct and includeCounts are true, the count of distinct field values will be returned

searchValuestringOptional

A value to find for a given field in a sheet. Wrap the value in "" for exact match

Response

This endpoint returns an object.
datamap from strings to lists of objects

Cell values grouped by field key