Brand new to Kaltura and development using node.js, lots of learning ahead.
The report.GetTalble has two reports that I want metrics for - TopContent and UserEngagement.
However, I need to pull a decent number of records. If I am understanding correctly, if I set PageIndex to 50 and PageSize to 10000, I should be ok, right? I seem to get random unhandeled promise rejection errors when using node.js for this large of a dataset. I can simply change PageIndex and PageSize to 1 and pull a single record just fine.
FWIW, I did set PageIndex to 2 and PageSize to 600 and had no issue with records coming down.
Thanks for any advice!
-Mike