System-wide search
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
POST /search/system
Operation
Operation ID: systemWideSearchPost
Search across all supported entities using JSON request payload. Customer-related matches include local e-conomic customer index fields. Intent parsing may run adaptively for intent-driven natural-language queries. Results are ordered by relevance, with recent records preferred when relevance is comparable.
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Request Body
Required: yes.
Content type: application/json
{
"$ref": "#/components/schemas/SystemSearchRequest"
}
Responses
Status | Description | Content Types |
|---|---|---|
200 | Search results returned successfully | application/json |
400 | ||
401 | ||
403 |
Schema for response 200 (application/json):
{
"$ref": "#/components/schemas/SystemSearchResponse"
}
17 March 2026