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