Copy survey
limesurvey_copy_surveyCreate new surveys quickly by copying an existing survey with a new name or destination ID.
Instructions
Copy an existing survey under a new name.
Calls LimeSurvey RemoteControl method copy_survey. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_name | Yes | Name for the copied survey. | |
| response_format | No | Output format. JSON preserves the complete structured result; Markdown is optimized for reading. | json |
| source_survey_id | Yes | ID of the survey to copy. | |
| destination_survey_id | No | Optional desired ID for the copy. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| result | Yes | ||
| truncated | No | ||
| truncation_message | No |