Activate participant table
limesurvey_activate_tokensCreates the survey participant table and optional custom attributes for token activation in LimeSurvey.
Instructions
Create the survey participant table and optional custom attributes.
Calls LimeSurvey RemoteControl method activate_tokens. 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 |
| attribute_fields | No | Additional participant attribute field numbers. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| result | Yes | ||
| truncated | No | ||
| truncation_message | No |