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

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=...
if I use the below link, it says **TIBCO Jaspersoft: Page Not Found**    
    
    `http://myserver:port/jasperserver/rest/resources/reports_tester?type=rep...`

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-...

jamshaidiqbal120's picture
Joined: Nov 25 2019 - 11:04am
Last seen: 2 months 3 weeks ago

I got it working. I was trying the link valid for the previous version

jamshaidiqbal120 - 2 years 11 months ago

0 Answers:

No answers yet
Feedback
randomness