Jump to content
We've recently updated our Privacy Statement, available here ×

Jasper Rest_v2 request returns an empty response even the data is there


jamshaidiqbal120

Recommended Posts

I am trying to get the list of reports available in a directory of the jasper report server but it returns this response after a get request

    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <folder>
    <creationDate>2020-09-17T15:55:48</creationDate>
    <description></description>
    <label>reports tester</label>
    <permissionMask>1</permissionMask>
    <updateDate>2020-09-17T15:55:48</updateDate>
    <uri>/reports_tester</uri>
    <version>0</version>
    </folder>

here is my link to the folder.

    http://myserver:port/jasperserver/rest_v2/resources/reports_tester?type=reportUnit&recursive=1
if I use the below link, it says **TIBCO Jaspersoft: Page Not Found**    
    
    `http://myserver:port/jasperserver/rest/resources/reports_tester?type=reportUnit&recursive=1`

here is the data in the specified folder.
[![enter image description here][1]][1]
what I might be doing wrong in the request?
Referenced [this][2] guide on page 18


  [1]: https://i.stack.imgur.com/x1WOl.png
  [2]: https://community.jaspersoft.com/sites/default/files/docs/jasperreports-server-web-services-guide.pdf

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...