Get question properties
limesurvey_get_question_propertiesRetrieve question properties from LimeSurvey by question ID. Optionally filter by language, properties list, and output format.
Instructions
Read selected question properties.
Calls LimeSurvey RemoteControl method get_question_properties. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | LimeSurvey language code; null uses the survey default. | |
| properties | No | Properties to return for the question; null returns all available properties. | |
| question_id | Yes | Numeric question 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 |