curl --request GET \
--url https://demo.enneo.ai/api/mind/settings/category/{category} \
--header 'Authorization: Bearer <token>'{
"title": "E-Mail Settings",
"groups": [
{
"name": "Generic E-Mail Settings",
"description": "You can configure your general email settings here",
"settings": [
{
"name": "ticketingSystem",
"category": "email",
"group": "Generic E-Mail Settings",
"label": "Ticketing system in use",
"description": "Enneo supports multiple ticketing systems. Please select one.",
"type": "select",
"config": null,
"value": "internal",
"defaultValue": "internal"
}
]
}
]
}JWT-based authentication
Filter by category of the setting
List of client-specific configruation settings.
"E-Mail Settings"
Show child attributes
"Generic E-Mail Settings"
"You can configure your general email settings here"
Show child attributes
"ticketingSystem"
"email"
"Generic E-Mail Settings"
"Ticketing system in use"
"Enneo supports multiple ticketing systems. Please select one."
Format in which the FE should render this setting. Follows the enneo standard dynamic intent form options specified in Notion
text, date, radio, number, integer, checkbox, textarea, select, json, executor, executors, multiselect "select"
Additional configuration properties that are dependant on type or rarely used
Show child attributes
If type is 'select', then this lists the dropdown options available to the user
Information that the FE should render this field as a readonly
false
Information that this is sensitive information. Value will only be returned if the user has sufficient permissions, and if the query parameter showSecrets=true was provided
false
"internal"
"internal"
curl --request GET \
--url https://demo.enneo.ai/api/mind/settings/category/{category} \
--header 'Authorization: Bearer <token>'{
"title": "E-Mail Settings",
"groups": [
{
"name": "Generic E-Mail Settings",
"description": "You can configure your general email settings here",
"settings": [
{
"name": "ticketingSystem",
"category": "email",
"group": "Generic E-Mail Settings",
"label": "Ticketing system in use",
"description": "Enneo supports multiple ticketing systems. Please select one.",
"type": "select",
"config": null,
"value": "internal",
"defaultValue": "internal"
}
]
}
]
}