listOrders( )


Retrieves a list of orders, including ticket data.

Admin Method

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permission Scopes

For app development, you must have one of the following permission scopes:
Read Events - all read permissions
Manage Events - all permissions
Read Basic Events Order Info
Manage Orders
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
optionsListOrdersOptions

An object representing the available options for retrieving a list of orders.

Returns
Return Type:Promise<ListOrdersResponse>
Was this helpful?
Yes
No