Authorizations
Enter your API key
Query Parameters
Maximum number of forms to return per page. Defaults to 10 if not specified.
Example:
10
Page number for pagination (0-based). Use 0 for first page, 1 for second page, etc. Defaults to 0 if not specified.
Example:
0
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"
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
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