how to use RQMUrlUtility to get more than 50 test artifact records back
2 answers
Correct, the RQM Reportable REST API feeds are paged and the page size is controlled by an Advanced Property (see https://jazz.net/wiki/bin/view/Main/RqmApi#Advanced_Properties). Each feed page has a unique URL including page number and token request parameters (see https://jazz.net/wiki/bin/view/Main/RqmApi#Feeds). However, the RQM URL Utility does not support request parameters (see https://jazz.net/wiki/bin/view/Main/RQMURLUtility#Command_Lines_Arguments_explaine).
I would suggest using the readAlltestcaseResources command (see the readme file) in the RQM API Utility (see https://jazz.net/wiki/bin/view/Main/RqmApi#RQM_API_Utility).
Hello, how we can use RQM API Utility with query condition?
Comments
If you have a question, please ask your own question. Please do not ask questions as answer to questions others have asked. Put reasonable effort into your question - one sentence is usually not enough. You can take this as a guide: How should I ask a question in the Forum if I want to receive useful answers?