Query Account
s by the intersection of some fields and by timestamp range.
The query filter.
See QueryFilter
for constraints.
- Return a (possibly empty) array of
Account
s that match the filter. - If any constraint is violated, return nothing.
- By default,
Account
s are sorted chronologically bytimestamp
. You can use thereversed
to change this. - The result is always limited in size. If there are more results, you need to page through them
using the
QueryFilter
'stimestamp_min
and/ortimestamp_max
.
For language-specific docs see: