Reportable Rest APIs for multiple projects
I'm using the following API to get all resources in a certain module
https://localhost:9443/rm/publish/resources?moduleURI=_581cf0f8c1bf4628a943ccf7d0709fc2
It is working fine for all modules in one project and returns certain information I'm interested in like rrm:section, and rrm:depth
But then I created another project and tried the same API on one of its modules, and it's not working as expected
The section and depth are not returned as expected
I'm processing this xml and trying to build data model of the module with the correct hierarchy
But this way I can't do it except for one project
Is there something in the server configuration that I'm supposed to do or what I'm missing here ?
https://localhost:9443/rm/publish/resources?moduleURI=_581cf0f8c1bf4628a943ccf7d0709fc2
It is working fine for all modules in one project and returns certain information I'm interested in like rrm:section, and rrm:depth
But then I created another project and tried the same API on one of its modules, and it's not working as expected
The section and depth are not returned as expected
I'm processing this xml and trying to build data model of the module with the correct hierarchy
But this way I can't do it except for one project
Is there something in the server configuration that I'm supposed to do or what I'm missing here ?