reporting_reports_data_create
Generate report data by specifying report category, ID, and parameters. Supports pagination and includes total count option.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page | |
| reportId | Yes | Report ID | |
| parameters | No | Report parameters (name/value pairs from report definition) | |
| includeTotal | No | Include total count | |
| reportCategory | Yes | Report category ID |