Get participant properties
limesurvey_get_participant_propertiesRetrieve participant properties by token or token-table ID from a LimeSurvey survey. Specify which properties to return or get all.
Instructions
Read selected properties for a participant matched by token or token-table ID.
Calls LimeSurvey RemoteControl method get_participant_properties. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Participant lookup properties, such as token or tid. | |
| survey_id | Yes | Numeric LimeSurvey survey ID. | |
| properties | No | Properties to return for the participant; null returns all available properties. | |
| 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 |