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.
Request body
Example request
{
"query": "checkout",
"filter": {
"connector": "AND",
"field": "template",
"operation": "EQ",
"value": "microservice"
},
"size": 20,
"sort": "identifier:asc"
}Response
Entities retrieved successfully
Changes
Changed in 4 of the 13 revisions of this API.123
- ●
removed the optional property
errorDescriptionfrom the response with the400statusresponse-optional-property-removed
- ○
added the optional property
error_descriptionto the response with the400statusresponse-optional-property-added
- ●
- ●
removed the optional property
content/items/relations_as_targetfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
content/items/relations/additionalProperties/items/template_identifierto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲