GET
/
settings
/
search
curl --request GET \
  --url https://demo.enneo.ai/api/mind/settings/search
[
  {
    "type": "setting",
    "name": "Last Agent Routing",
    "description": "When enabled, a ticket will be assigned to the agent after handling. Customer responses to this ticket will then be routed to the original agent. The advantage is more effective handling, as there is no need to familiarize oneself with the case and feedback is received directly related to the inquiry. In case of absence, such tickets must be routed manually.",
    "url": "/settings/category/routing#lastAgentRouting",
    "relevance": 1
  }
]

Authorizations

connect.sid
string
cookie
required

Cookie-based authentication

Query Parameters

q
string
required

The search term to filter settings by

Response

200
application/json
Successful operation
type
string

The type of search result (e.g., 'setting', 'category', etc.)

name
string

The display name or title of the search result

description
string

A description of the search result

url
string

The URL where this result can be found

relevance
number

The relevance score of this result (0.0 = 0% to 1.0 = 100%). 1.0 means exact match and 0.0 means no match.

Required range: 0 < x < 1