Hello Jasper friends,
I am using the JRS-REST Java Client to access the jasper server: https://github.com/Jaspersoft/jrs-rest-java-client
I am looking for a service to get a List of all reports which are stored in my jasper server like:
OperationResult operationResult = session.reportingService() ......Get-All-Reports
Does anyone have an idea?
Best Regards
Florian
0 Answers:
No answers yet
Yes, I have already solved this problem by using the resourceService()
The code: