Get record Indices
Returns indices of records from a sheet in a workbook
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
commitId
Commit ID
sinceCommitId
Commit ID
sortField
Name of field by which to sort records
sortDirection
Sort direction - asc (ascending) or desc (descending)
Allowed values:
filter
Options to filter records
Allowed values:
filterField
Name of field by which to filter records
searchValue
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 ("")
searchField
Use this to narrow the searchValue results to a specific field
ids
List of record IDs to include in the query. Limit 100.
q
An FFQL query used to filter the result set
Response
This endpoint returns a list of objects.
id
index