Authorizations
Enter your bearer token in the format: Bearer {token}
Query Parameters
Lists records created after this timestamp. Cannot be combined with another timestamp query due to limitations of querying Firestore. "createdAfter" also supported.
Lists records created before this timestamp. Cannot be combined with another timestamp query due to limitations of querying Firestore. "createdBefore" also supported.
Lists records updated after this timestamp. Cannot be combined with another timestamp query due to limitations of querying Firestore. "updatedAfter" also supported.
Lists records updated before this timestamp. Cannot be combined with another timestamp query due to limitations of querying Firestore. "updatedBefore" also supported.
The record ID to provide to the Firestore database in order to fetch the next batch of records. Cannot be present if the "prev" query parameter is also in the request.
The record ID to provide to the Firestore database in order to fetch the previous batch of records. Cannot be present if the "next" query parameter is also in the request.
The type of record. "recordType" also supported.
Unique ID of view (bucket) that records may be a part of. "viewId" also supported.
Response
An array of records matching the criteria of the query parameters. Limited to 100 records per request.
Number of records retrieved in request. Limited to 100.
1
URL to fetch the next batch of records matching the request query parameters.
URL to fetch the previous batch of records matching the request query parameters.
An array of records matching the criteria of the query parameters. Limited to 100 records per request.