Trying to use the report.getGraphs and getting output of only object IDs. Same goes for report.getTable.
Using python v3.6 and v2.7
Error:
KalturaClient.Plugins.Core.KalturaReportGraph object at 0x00000
Code:
report_type = KalturaReportType.USER_TOP_CONTENT
report_input_filter = KalturaReportInputFilter()
report_input_filter.fromDate = 1609481460
report_input_filter.toDate = 1613628660
dimension = ""
object_ids = ""
response_options = KalturaReportResponseOptions()
result = client.report.getGraphs(report_type, report_input_filter, dimension, object_ids, response_options)
print(result)
Trying to use the report.getGraphs and getting output of only object IDs. Same goes for report.getTable.
Using python v3.6 and v2.7
Error:
KalturaClient.Plugins.Core.KalturaReportGraph object at 0x00000Code: