report_category_reports_get_data
Retrieve specific report data by providing tenant ID, category ID, and report ID. Supports pagination and optional total count inclusion for efficient data management.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeTotal | No | Whether total count should be returned | |
page | No | The logical number of page to return, starting from 1 | |
pageSize | No | How many records to return (1000 by default) | |
reportId | Yes | ID of report within the category | |
report_category | Yes | ID of category taken from the category list endpoint | |
tenant | Yes | Tenant ID |