POST

Query Ticket Definitions


Retrieves a list of ticket definitions with the specified 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

For field support for filters and sorting, see Ticket Definitions: Supported Filters and Sorting. To learn about working with Query methods, see API Query Language.

FieldSupported FiltersSort
id$eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $existsSort: ASC, DESC
eventId$eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $existsSort: ASC, DESC
revision$eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $existsSort: ASC, DESC
name$eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $existsSort: ASC, DESC
description$eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $existsSort: ASC, DESC
initialLimit$eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $existsSort: ASC, DESC
pricingMethod.fixedPrice.value$eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $existsSort: ASC, DESC
pricingMethod.fixedPrice.currency$eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $existsSort: ASC, DESC
createdDate$eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $existsSort: ASC, DESC
updatedDate$eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $existsSort: ASC, DESC
hidden$eq, $ne, $in, $nin, $existsSort: ASC, DESC
pricingMethod.free$eq, $ne, $in, $nin, $existsSort: ASC, DESC
pricingMethod.pricingType$eq, $ne, $in, $nin, $existsSort: ASC, DESC
feeType$eq, $ne, $in, $nin, $existsSort: ASC, DESC
saleStatus$eq, $ne, $in, $nin, $existsSort: ASC, DESC
Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Ticket Definitions
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/events-ticket-definitions/v3/ticket-definitions/query

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?