queryTicketDefinitions( )


Note: This function replaces the deprecated listTicketDefinition() and queryTicketDefinitions functions. The deprecated functions will continue to work until November 8, 2024, but it will not receive updates. To keep any existing code compatible with future changes, see the migration instructions.

Retrieves a list of ticket definitions, given the provided paging, filtering, and sorting. Query Ticket Definitions runs with these defaults, which you can override:

  • createdDate is sorted in ASC order
  • paging.limit is 100
  • paging.offset is 0
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:
Manage Events - all permissions
Manage Orders
Manage Ticket Definitions
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
queryQueryV2Required

Query options. See API Query Language for more details.


optionsQueryTicketDefinitionsOptions

Optional fields.

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