v1

latestOpenAPI 3.1.02026-08-04222461539.5 KB
records

Get records

Returns records from a sheet in a workbook

get/sheets/{sheetId}/records

Path parameters

sheetIdstring required

Sheet ID

ID of sheet

Query parameters

versionIdstring

Version ID

Deprecated, use commitId instead.

commitIdstring

Commit ID

sinceVersionIdstring

Version ID

Deprecated, use sinceCommitId instead.

sinceCommitIdstring

Commit ID

sortFieldstring

Name of field by which to sort records

sortDirection'asc' | 'desc'

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

filter'valid' | 'error' | 'all' | 'none'

Options to filter records

filterFieldstring

Use this to narrow the valid/error filter results to a specific field

Name of field by which to filter records

searchValuestring

Search for the given value, returning matching rows. For exact matches, wrap the value in double quotes ("Bob"). To search for null values, send empty double quotes ("")

searchFieldstring

Use this to narrow the searchValue results to a specific field

idsstring

Record ID

The Record Ids param (ids) is a list of record ids that can be passed to several record endpoints allowing the user to identify specific records to INCLUDE in the query, or specific records to EXCLUDE, depending on whether or not filters are being applied. When passing a query param that filters the record dataset, such as 'searchValue', or a 'filter' of 'valid' | 'error' | 'all', the 'ids' param will EXCLUDE those records from the filtered results. For basic queries that do not filter the dataset, passing record ids in the 'ids' param will limit the dataset to INCLUDE just those specific records. Maximum of 100 allowed.

pageSizeinteger

Number of records to return in a page (default 10,000)

pageNumberinteger

Based on pageSize, which page of records to return (Note - numbers start at 1)

includeCountsboolean

DEPRECATED Use GET /sheets/:sheetId/counts

includeLengthboolean

The length of the record result set, returned as counts.total

includeLinksboolean

If true, linked records will be included in the results. Defaults to false.

includeMessagesboolean

Include error messages, defaults to false.

fieldsstring

A list of field keys to include in the response. If not provided, all fields will be included.

forstring

Event ID

if "for" is provided, the query parameters will be pulled from the event payload

qstring

An FFQL query used to filter the result set

Headers

Authorizationstring required

Bearer authentication

X-Disable-Hooks'true' required

Response

Response with status 200