OptionsQuery
The options to apply when retrieving an item.
Type parameters
T
objectRequiredP
stringRequiredProperties
populate
string[]Relations to populate in the retrieved items.
Fields to sort-order items by.
limit
numberLimit the number of items retrieved in the list.
offset
numberThe number of items to skip before the retrieved items in the list.
fields
string[]The fields to include in each of the items.
groupBy
string | string[]Group results by a field or set of fields.
filters
boolean | string[] | Dictionary<boolean | Dictionary>Filters to apply on the retrieved items.
Was this section helpful?