Find response IDs
limesurvey_get_response_idsFind all response IDs associated with a given participant token in a LimeSurvey survey.
Instructions
Find response IDs for a participant token.
Calls LimeSurvey RemoteControl method get_response_ids. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | Participant token. | |
| survey_id | Yes | Numeric LimeSurvey survey ID. | |
| 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 |