v9

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01234055.7 KB
Entities Management

Search entities

Search for entities across all templates using nested filter queries. Supports complex logical compositions (AND / OR) of filter criteria on template, identifier, name, properties, relations, and reverse relations.

post/api/v1/entities/search

Request body

querystring

Free-text search string. When present, returns entities whose identifier, name, templateIdentifier, or any property value contains this string (case-insensitive). Can be combined with filter.

pageinteger

Page number for pagination. Defaults to 0.

sizeinteger

Number of items per page. Defaults to 20.

sortstring

Sorting criteria in the format: property(,asc|desc). Defaults to identifier,asc.

Response

Entities retrieved successfully