Export response timeline
limesurvey_export_timelineRetrieve survey response counts aggregated by day or hour over a specified date range. Useful for analyzing response patterns and trends.
Instructions
Return response counts by day or hour for a date range.
Calls LimeSurvey RemoteControl method export_timeline. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | End date/time accepted by LimeSurvey. | |
| start | Yes | Start date/time accepted by LimeSurvey. | |
| period | Yes | Timeline aggregation period. | |
| 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 |