Konnect Control Planes

StringFieldContainsFilter

object

Filters on the given string field value by fuzzy match.

* Additional properties are NOT allowed.
containsstringrequired
Example

StringFieldNEQFilter

object

Filters on the given string field value by exact match inequality.

* Additional properties are NOT allowed.
neqstringrequired
Example

BooleanFieldFilter

boolean

Filter by a boolean value (true/false).

SortQuery

string

The asc suffix is optional as the default sort order is ascending.
The desc suffix is used to specify a descending order.
Multiple sort attributes may be provided via a comma separated list.
JSONPath notation may be used to specify a sub-attribute (eg: ‘foo.bar desc’).

Example

PageMeta

object

Contains pagination query parameters and the total number of objects returned.

numbernumberrequired

Example:1

sizenumberrequired

Example:10

totalnumberrequired

Example:100

Example