xanoop Posted September 25, 2015 Posted September 25, 2015 How to create Reports in Jasper which consume data from REST API in JSON format. Please provide helpful links.
Solution asimkin Posted September 25, 2015 Solution Posted September 25, 2015 Hi,you can find details in the articlehttp://community.jaspersoft.com/wiki/how-use-json-remote-data-source-version-561
xanoop Posted September 28, 2015 Author Posted September 28, 2015 Thanks Asimkin, Thanks a lot.. it is working for me. How to pass parameter to the rest api call?
asimkin Posted September 29, 2015 Posted September 29, 2015 Did you try adding parameters to the REST URL like http:///?parameter1=value1¶meter2=value2 ?
xanoop Posted September 30, 2015 Author Posted September 30, 2015 Yes it will work, But I want to pass report parameter as parameter1 something like http:///?parameter1=$P{moduleId}
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now