This page was automatically generated from tracezilla’s Swagger API documentation 2026-07-17

GET /triggers

Get list of Connection Entities

Description

Returns list of Connections

Parameters (query)

Name Required Description Values
sortBy optional Field to sort by. Without sort specified it will sort first by ref and then name. created_at, updated_at
sortDirection optional Direction of sort. asc, desc
keyword[ct] optional Search for triggers by keyword. Allowed expression(s): ct  
connection[eq] optional Search for triggers by connection. Allowed expression(s): eq, in, neq  
document_template[gt] optional Search for triggers by document template. Allowed expression(s): eq, in, neq  
include optional The resources that can be included in this request, delimited by a comma: connection, document_template, my_subscription  

Responses

200

successful operation

406

not acceptable

500

internal server error

POST /triggers

Create new Trigger

Description

Create a new Trigger

Request body

Description

Target Trigger.

Required

This parameter is required.

Request body JSON schema
1
{}

Responses

200

successful operation

Response content JSON schema
1
2
3
4
{
  "properties": {},
  "type": "object"
}

406

not acceptable

500

internal server error