Follow up question…
by watching API requests generated from KMC using browser debugging panel, I’m starting to make progress and get data back.
It looks like getTable returns essentially “csv” data, with ‘,’ token and ‘;’ line delimiters… is there documentation on this syntax? how are strings escaped? maybe even a library call to convert this to a list of lists?
digging through python API client code for KalturaClient.Plugins.Core.KalturaReportTable and superclasses, i’m not finding anything encouraging…
thanks for any help!