Show Many Ticket Forms

GET {{baseUrl}}/api/v2/ticket_forms/show_many?ids=<string>&active=<boolean>&end_user_visible=<boolean>&fallback_to_default=<boolean>&associated_to_brand=<boolean>

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

Request Params

KeyDatatypeRequiredDescription
idsstring(Required) IDs of the ticket forms to be shown
activestringtrue returns active ticket forms; false returns inactive ticket forms. If not present, returns both
end_user_visiblestringtrue returns ticket forms where end_user_visible; false returns ticket forms that are not end-user visible. If not present, returns both
fallback_to_defaultstringtrue 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_brandstringtrue returns the ticket forms of the brand specified by the url's subdomain

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;ticket_forms&quot;:[{&quot;active&quot;:true,&quot;agent_conditions&quot;:[{&quot;child_fields&quot;:[{&quot;id&quot;:44,&quot;is_required&quot;:false,&quot;required_on_statuses&quot;:{&quot;statuses&quot;:[&quot;new&quot;,&quot;open&quot;,&quot;pending&quot;,&quot;hold&quot;],&quot;type&quot;:&quot;SOME_STATUSES&quot;}},{&quot;id&quot;:32,&quot;is_required&quot;:true,&quot;required_on_statuses&quot;:{&quot;statuses&quot;:[&quot;solved&quot;],&quot;type&quot;:&quot;SOME_STATUSES&quot;}}],&quot;parent_field_id&quot;:5,&quot;value&quot;:&quot;matching_value_1&quot;},{&quot;child_fields&quot;:[{&quot;id&quot;:44,&quot;is_required&quot;:true,&quot;required_on_statuses&quot;:{&quot;type&quot;:&quot;ALL_STATUSES&quot;}},{&quot;id&quot;:32,&quot;is_required&quot;:false,&quot;required_on_statuses&quot;:{&quot;type&quot;:&quot;NO_STATUSES&quot;}}],&quot;parent_field_id&quot;:32,&quot;value&quot;:&quot;matching_value_2&quot;}],&quot;created_at&quot;:&quot;2012-04-02T22:55:29Z&quot;,&quot;default&quot;:true,&quot;display_name&quot;:&quot;Snowboard Damage&quot;,&quot;end_user_conditions&quot;:[{&quot;child_fields&quot;:[{&quot;id&quot;:32,&quot;is_required&quot;:true}],&quot;parent_field_id&quot;:5,&quot;value&quot;:&quot;matching_value_1&quot;},{&quot;child_fields&quot;:[{&quot;id&quot;:44,&quot;is_required&quot;:false}],&quot;parent_field_id&quot;:32,&quot;value&quot;:&quot;matching_value_2&quot;}],&quot;end_user_visible&quot;:true,&quot;id&quot;:47,&quot;in_all_brands&quot;:false,&quot;name&quot;:&quot;Snowboard Problem&quot;,&quot;position&quot;:9999,&quot;raw_display_name&quot;:&quot;{{dc.my_display_name}}&quot;,&quot;raw_name&quot;:&quot;Snowboard Problem&quot;,&quot;restricted_brand_ids&quot;:[1,4,6,12,34],&quot;ticket_field_ids&quot;:[2,4,5,32,44],&quot;updated_at&quot;:&quot;2012-04-02T22:55:29Z&quot;,&quot;url&quot;:&quot;https://company.zendesk.com/api/v2/ticket_forms/47.json&quot;}]}