Using forms
Forms are always linked to a ticket. Each ticket can contain one (not multiple) forms. Triggers, crons or API actions can specify which type of form belongs to the ticket.
Get available forms (list)
{
type: "itemList",
itemStart: 0,
itemTotal: 2,
itemLimit: 15,
items: [
{
id: 1,
brandName: "Jupiter",
title: "form1",
name: "form1"
},
{
id: 2,
brandName: "Jupiter",
title: "form2",
name: "form2"
}
]
}Get all information of a form
Save form field
Request Body
Name
Type
Description
Get ticket form field values
Path Parameters
Name
Type
Description
Last updated