Retrieve a list of records matching the criteria set by the query parameter.
Filter records by creation timestamp. Only one timestamp filter may be used per request.
Alias for created_after.
Filter records by creation timestamp. Only one timestamp filter may be used per request.
Alias for created_before.
Filter records by last updated timestamp. Only one timestamp filter may be used per request.
Alias for updated_after.
Filter records by last updated timestamp. Only one timestamp filter may be used per request.
Alias for updated_before.
Firestore cursor ID to fetch the next page of records. Cannot be used with prev.
Firestore cursor ID to fetch the previous page of records. Cannot be used with next.
Filter records by type (e.g., 'uccfiling', 'custom').
Alias for record_type.
Filter records by the unique ID of a view (bucket).
Alias for view_id.