Get site setting
limesurvey_get_site_settingsRetrieve a single global LimeSurvey setting by name. Returns the value in JSON or markdown format.
Instructions
Read one global LimeSurvey setting.
Calls LimeSurvey RemoteControl method get_site_settings. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| setting_name | Yes | Global setting name. | |
| response_format | No | Output format. JSON preserves the complete structured result; Markdown is optimized for reading. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| result | Yes | ||
| truncated | No | ||
| truncation_message | No |