How to specify time in kaltura api -
i trying call livereport service of kaltura m not sure how specify time in request filters. asks time in int format when canver time in milli seconds long value, api expecting int value.
can provide in this?
if referring livereports.getreport
service fromtime
& totime
properties expect integer timestamp in seconds. can provide timestamp lower 315360000
seconds , treated relative now
, -1440
converted now - 1440
seems other report services expecting integer created using conversion of date format yyyymmdd
integer, may 18th, 2015 send 20150318.
Comments
Post a Comment