Ticket Forms
Show Many Ticket Forms
Takes an ids query parameter that accepts a comma-separated list of up to 100 ticket form ids. This endpoint is used primarily by the mobile SDK and the Web Widget.
Allowed For
- Anyone
get/api/v2/ticket_forms/show_many
Query parameters
idsstring required
IDs of the ticket forms to be shown
activeboolean
true returns active ticket forms; false returns inactive ticket forms. If not present, returns both
end_user_visibleboolean
true returns ticket forms where end_user_visible; false returns ticket forms that are not end-user visible. If not present, returns both
fallback_to_defaultboolean
true returns the default ticket form when the criteria defined by the parameters results in a set without active and end-user visible ticket forms
associated_to_brandboolean
true returns the ticket forms of the brand specified by the url's subdomain
Response
Success response