Get group properties
limesurvey_get_group_propertiesRetrieve properties of a question group by its ID, optionally filtered by language or specific properties. Returns results in JSON or Markdown format.
Instructions
Read selected question-group properties.
Calls LimeSurvey RemoteControl method get_group_properties. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | Numeric question-group ID. | |
| language | No | LimeSurvey language code; null uses the survey default. | |
| properties | No | Properties to return for the question group; 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 |