I'm in need of publishing pdf report containing a list of cards on daily basis. I'd like to automate this instead of doing it manually every day. Can this be done using command line so I could create a cron job for example? I didn't find rest api for this.
Workaround for this would be using SQL, but I don't like that option.
You can create PDF reports as CMDBuild report (configurable with JasperStudio), then schedule them with the CMDBuild Task Manager (Send email), available in the Administration Module, and send them via email. Or you can write a small client program that executes thereport via the REST or SOAP CMDBuild webservices and receive the resulting PDF, and run it through the system scheduler (in Linux “cron”). CMDBuild Team