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

GET /connection-entities

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 connection entities by keyword. Allowed expression(s): ct  
connection[eq] optional Search for connection entities by connection. Allowed expression(s): eq, in, neq  
document_template[gt] optional Search for connection entities by document template. Allowed expression(s): eq, in, neq  
extract[gt] optional Search for connection entities by extract. Allowed expression(s): eq, in, neq  
include optional The resources that can be included in this request, delimited by a comma: connection, document_template, extract  

Responses

200

successful operation

406

not acceptable

500

internal server error

POST /connection-entities

Create connection entity

Request body

Description

Target Connection entity.

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"
}

403

Unauthorized request

406

not acceptable

500

Internal server error