REST API DNG Query
Hi all,
I have two projects in DNG.
Now I will make a query for more ids https://.../resources/resourceURI=id1Project1, id2Project1,...,id1Project1,id2Project2...
Now I will make a query for more ids https://.../resources/resourceURI=id1Project1, id2Project1,...,id1Project1,id2Project2...
That's not working. I will only get the artifacts from project1, the artifacts from project2 are cut. Is there a way to get some artifacts of two different projects in one query?
...resourceURI=id1Project1&projectURI=project1Id is also not working.
Many thanks.
One answer
Can you try either of the following?
https://server:port/rm/publish/resources?projectURI=id1,id2