Get setting value
GET
/api/settings/{key}
Get setting by key. If role is not admin, only the following settings are available to get: title, description, logo, baseurl, instance_name, hostname, about, allow_registration, allow_anon_event, allow_multidate_event, allow_recurrent_event, allow_event_without_end_time, allow_online_event, show_download_media, enable_moderation, enable_report, enable_federation, enable_resources, recurrent_event_visible, hide_calendar, allow_geolocation, hide_thumbs, hide_boosts.
Parameters
Path Parameters
key*
Setting key.
Type
Requiredstring
Example
"title"Responses
Setting value.
application/json
JSON
"Demo Gancio"

