How can I get the complete artifact list on RQM using REST API?
Dear all,
I'm trying to get the list of some artifacts within the RQM ver 5.0.0 using REST API. I use Poster to set up the GET request
for example
or
And I get a list of all the artifacts.
Unfortunately I have more than 700 executionresult within RQM so I get only the first 512 in the response. Is there a way to get the complete list? Or Just get the complete list of the artifacts ids
thanks
Christian
Accepted answer
The response you receive will be paged. See https://jazz.net/wiki/bin/view/Main/RqmApi#Feeds You should see a URL in your response with a rel="next" attribute associated with it.