orders
Query
Arguments
#
frequency
Use this field to filter orders on their frequency (ONETIME, MONTHLY or YEARLY)
includeIncognito
Whether to include incognito orders. Must be admin or root. Only with filter null or OUTGOING.
onlyActiveSubscriptions
Same as onlySubscriptions, but returns only orders with active subscriptions
onlySubscriptions
Only returns orders that have a subscription (monthly/yearly). Don't use together with frequency.
orderBy
Non-null
The order of results
Default: { "field": "CREATED_AT", "direction": "DESC" }paymentMethod
Only return orders that were paid with this payment method. Must be an admin of the account owning the payment method.
Response
#
Returns OrderCollection !.
Example
#
Previous
order
Next
organization