How to retrieve all testcases data using REST API.
Hello there, I currently use this API URL :
One answer
This is the API documentation: https://jazz.net/wiki/bin/view/Deployment/ELMProductAPILanding
There are various APIs for ETM, especially the OSLC and the Reportable REST API https://jazz.net/wiki/bin/view/Main/RqmApi which you are using.
Please consider reading that API documentation. I know that the documentation lacks a lot of examples. Here is a link to a place you might want to look at: https://sleroyblog.wordpress.com/2013/04/09/querying-rqm-40-through-oslc-and-rest-api/
I am not sure if you can ever get "All" items. This would overwhelm the server and the client. Usually any request is paged at best. See https://rsjazz.wordpress.com/2022/03/02/ewm-reportable-rest-api/ which is for EWM, but the posts around this one show the paging mechanisms as well as some other important concepts.