Get quota properties
limesurvey_get_quota_propertiesRead selected quota properties from LimeSurvey, such as name or limit, by providing the quota ID.
Instructions
Read selected quota properties.
Calls LimeSurvey RemoteControl method get_quota_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. | |
| quota_id | Yes | Numeric quota ID. | |
| properties | No | Properties to return for the quota; 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 |