Get record counts
Returns counts of records from a sheet
Path parameters
sheetId
ID of sheet
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-Disable-Hooks
Query parameters
versionId
Returns records that were changed in that version and only those records.
sinceVersionIdDeprecated
Deprecated, use sinceCommitId
instead.
commitId
Returns records that were changed in that version in addition to any records from versions after that version.
sinceCommitId
Listing a commit ID here will return all records since the specified commit.
filter
Options to filter records
Allowed values:
filterField
The field to filter the data on.
searchValue
The value to search for data on.
searchField
The field to search for data on.
byField
If true, the counts for each field will also be returned
q
An FFQL query used to filter the result set to be counted
Response
This endpoint returns an object.
data