GET /api/v2/ticket_forms/show_many
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
Servers
- https://{subdomain}.{domain}.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
end_user_visible |
Boolean | No |
true returns ticket forms where |
active |
Boolean | No |
true returns active ticket forms; false returns inactive ticket forms. If not present, returns both |
fallback_to_default |
Boolean | No |
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 |
ids |
String | Yes |
IDs of the ticket forms to be shown |
associated_to_brand |
Boolean | No |
true returns the ticket forms of the brand specified by the url's subdomain |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.