Hey Guys and Girls,
I am trying to list all file resources created by a specific report (-job) in my application. According to the REST API documentation it should be possible to do that with
GET using this URL http://<host>:<port>/jasperserver[-pro]/rest_v2/resources?<arguments>
The argument would be "dependsOn" with "/path/to/my/report"
Tried it with PostMan, but the Parameter dependsOn seems to be ignored completely.
Is this a bug?
Documentation is pretty straightforward...
Kind Regards,
Sandy