Skip to content

KalturaClient.Plugins.Core.KalturaReportGraph object at 0x00000 #7

Description

@DMOanalytics

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions