getSummary( )


Retrieves a summary of total ticket sales.

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
optionsGetSummaryOptions

An object representing the available options for retrieving a summary of total ticket sales.

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