RRCReportableRestAPI question
Hello,
I created a collection in RRC. When I click on the menu item "Show PermaLink" I can find the filter id and run the URL invoking the Rest API as specified below however, I don't get the same result as in the UI. The link returns all the RRC items and not the ones that should be filtered by the filer id.
Does any one know how to display in xml the same result as an RRC view/collection?
Thank you
https://server:9443/rm/publish/resources?filterId=_XFkX4eqbEeOkGugHXokp4w&projectURI=_Kt5UoJrZEeGeJ8eG4t-HLg
Accepted answer
Hello,
What you want to use is resourceURI instead of filterId.
See https://jazz.net/wiki/bin/view/Main/RRCReportableRestAPI for more information