queryTicketDefinitions( )


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
PROPERTYSUPPORTED FILTERS & SORTING
_ideq(),ne(),in(),lt(),le(),gt(),ge(),exists(),ascending(),descending()
eventIdeq(),ne(),in(),lt(),le(),gt(),ge(),exists(),ascending(),descending()
revisioneq(),ne(),in(),lt(),le(),gt(),ge(),exists(),ascending(),descending()
_createdDateeq(),ne(),in(),lt(),le(),gt(),ge(),exists(),ascending(),descending()
_updatedDateeq(),ne(),in(),lt(),le(),gt(),ge(),exists(),ascending(),descending()
nameeq(),ne(),in(),lt(),le(),gt(),ge(),exists(),ascending(),descending()
descriptioneq(),ne(),in(),lt(),le(),gt(),ge(),exists(),ascending(),descending()
hiddeneq(),ne(),in(),exists(),ascending(),descending()
initialLimiteq(),ne(),in(),lt(),le(),gt(),ge(),exists(),ascending(),descending()
pricingMethod.fixedPrice.valueeq(),ne(),in(),lt(),le(),gt(),ge(),exists(),ascending(),descending()
pricingMethod.fixedPrice.currencyeq(),ne(),in(),lt(),le(),gt(),ge(),exists(),ascending(),descending()
pricingMethod.pricingTypeeq(),ne(),in(),exists(),ascending(),descending()
pricingMethod.freeeq(),ne(),in(),exists(),ascending(),descending()
feeTypeeq(),ne(),in(),exists(),ascending(),descending()
saleStatuseq(),ne(),in(),exists(),ascending(),descending()
Authentication

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:

Permissions
Manage Ticket Definitions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
optionsQueryTicketDefinitionsOptions

Optional fields.

Errors

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

Did this help?