The id of the account to use.
OptionalanchorAn object id. If supplied, the position argument is ignored. The index of this id in the results will be used in combination with the anchorOffset argument to determine the index of the first result to return.
Optionalanchor(default: 0) The index of the first result to return relative to the index of the anchor, if an anchor is given. This MAY be negative.
Optionalcalculate(default: false) Does the client wish to know the total number of results in the query? This may be slow and expensive for servers to calculate, particularly with complex filters, so clients should take care to only request the total when needed.
OptionalfilterDetermines the set of Foos returned in the results. If null, all objects in the account of this type are included in the results.
OptionallimitThe maximum number of results to return. If null, no limit presumed.
Optionalposition(default: 0) The zero-based index of the first id in the full list of results to return.
OptionalsortLists the names of properties to compare between two records,
and how to compare them, to determine which comes first in the sort.
If two Foo records have an identical value for the first comparator,
the next comparator will be considered, and so on. If all comparators
are the same (this includes the case where an empty array or null is
given as the sort argument), the sort order is server dependent, but
it MUST be stable between calls to /query.
The standard arguments for querying objects via a
/querycall