How to schedule report via API?
-
I have seen the option to schedule a job via jsreport studio, I haven't been able to find away to schedule them via API call, is this possible? if so an example would be most helpful.
Thanks
-
Hi, what usually works is checking what studio does in the F12 browser tools/network.
You fill the
cron
property and the server should automatically reschedule it.I am sorry it is not in the docs.
-
@jan_blaha I appreciate your quick response! thanks very much!