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 orderpaging.limit is 100paging.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.
| Field | Supported Filters | Sort |
|---|---|---|
id | $eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $exists | Sort: ASC, DESC |
eventId | $eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $exists | Sort: ASC, DESC |
revision | $eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $exists | Sort: ASC, DESC |
name | $eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $exists | Sort: ASC, DESC |
description | $eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $exists | Sort: ASC, DESC |
initialLimit | $eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $exists | Sort: ASC, DESC |
pricingMethod.fixedPrice.value | $eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $exists | Sort: ASC, DESC |
pricingMethod.fixedPrice.currency | $eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $exists | Sort: ASC, DESC |
createdDate | $eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $exists | Sort: ASC, DESC |
updatedDate | $eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $exists | Sort: ASC, DESC |
hidden | $eq, $ne, $in, $nin, $exists | Sort: ASC, DESC |
pricingMethod.free | $eq, $ne, $in, $nin, $exists | Sort: ASC, DESC |
pricingMethod.pricingType | $eq, $ne, $in, $nin, $exists | Sort: ASC, DESC |
feeType | $eq, $ne, $in, $nin, $exists | Sort: ASC, DESC |
saleStatus | $eq, $ne, $in, $nin, $exists | Sort: ASC, DESC |
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.