Querying a module structure in RM returns the structure it had when created. Not its current structure.
I'm using the information found in the link below to query module structures.
My query URI is https://site.com/rm/resources/_ASD/structure
Headers are
Accept = application/rdf+xml
DoorsRP-Request-Type = public 2.0
I'm using the OSLC sendGetForSecureDocument to perform the query
The server version is DNG 6.0.6
When querying modules in the initial stream, I get the expected xml structure. However, querying modules in other streams returns the structure of the module when it was created.
For example, when I create a new empty module, my query always returns an empty childBindings value. Editing the module in browser doesn't help.
The same happens when duplicating a module. I get a structure mirroring the module I copied but removing/adding artifacts doesn't change the query response.
Am I missing parameters/headers or is it some other problem? I suspect I might need to specify the stream/component the module is in but I don't know how to do that when querying module structures.