I am trying to call the liverport service of Keltra, but I'm not sure how to fix time in the request filter to be done. It requests time to be kept in int format, but when the time comes in milliseconds, I get a longer value, but the API is expected to have an int value.
Can anyone help in this?
If you are referring to livereports.getreport service then From Time & amp; toTime properties expect an integer timestamp in seconds. You can provide a timestamp which is less then 315360000 and it will be treated with respect to NOW , hence -1440 to Now - 1440
It seems that other report services are expected of an integer, which is the conversion of the date format with the integer YYYYMMDD , 18 For May 2015, you will send 20150318.
No comments:
Post a Comment