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
To learn about working with Query methods, see API Query Language.
| Property | 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 |
This method may require higher-level permissions than the caller has, based on their identity and roles and permissions. In these cases, you can ensure the method is called with the required level of authorization by using one of the following:
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.