Activate survey
limesurvey_activate_surveyActivate a survey after passing LimeSurvey consistency checks. Confirm activation to finalize survey structure and behavior.
Instructions
Activate a survey after LimeSurvey consistency checks. Requires confirm_activation=true.
Calls LimeSurvey RemoteControl method activate_survey. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| survey_id | Yes | Numeric LimeSurvey survey ID. | |
| response_format | No | Output format. JSON preserves the complete structured result; Markdown is optimized for reading. | json |
| confirm_activation | Yes | Required acknowledgement that survey activation changes its structure and behavior. | |
| activation_settings | No | Optional activation settings such as anonymized, datestamp, ipaddr, ipanonymize, refurl, and savetimings. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| result | Yes | ||
| truncated | No | ||
| truncation_message | No |