Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

Enter your API key

Query Parameters

limit
number

Maximum number of forms to return per page. Defaults to 10 if not specified.

Example:

10

page
number

Page number for pagination (0-based). Use 0 for first page, 1 for second page, etc. Defaults to 0 if not specified.

Example:

0

teamId
string

Filter forms by a specific team ID. If provided, returns forms associated with the specified team along with global forms (unless onlyTeamForms is true).

Example:

"TM123456789012"

onlyTeamForms
boolean

When true and teamId is provided, returns only forms specific to that team (excludes global/organization-wide forms). When false or not specified, returns both team-specific and global forms.

Example:

false

escalationForms
boolean

When true, returns only escalation forms. When false or not specified, returns ticket creation forms. Escalation forms are used for ticket escalation workflows.

Example:

false

Response

Operation successful

data
object[]
required
status
boolean
required
message
string
required
timestamp
string<date-time>
required