retrievercommunications / docker-jasperserver

Docker image for the community edition of JasperReports® Server.
https://hub.docker.com/r/retriever/jasperserver/
MIT License
45 stars 48 forks source link

Sample report and testing the rest api? #36

Open Inkimar opened 3 years ago

Inkimar commented 3 years ago

Hi!

I did first install jasperserver without docker on my windows-machine, there were a multiple of sample reports. Now I have started up this jasperserver on my ubuntu, I would like to test the ability to (1) add a PDF-report (2) fetch the report with a restful-api (see https://community.jaspersoft.com/documentation/tibco-jasperreports-server-rest-api-reference/v710/rest-api-overview) - see the sectionReports in the documentation.

In the custom installation (without docker) , If I choose 'view' I will see an hierarchy in the left-menu 'root'/'Reports'/'Interactive' and there some sample reports like the 'Table Report'. In the custom installation I have created a report fetching data from my mysql-database, the report is generated correctly, but I am not able to fetch it via the restful-api according to the documentation.

Would this case be good to document here, either in a md-file or in a wiki ?

best, i

grange74 commented 3 years ago

Hi @Inkimar,

Thank you for raising this issue. As a general guide, we'd be happy to accept any relevant documentation to be added to this repo. Currently we don't have a wiki section so it should be in the form of an .md file. If later on we have many document pages then we might consider switching to wiki.

Cheers, Nic