mattadams
6 years agoOccasional Visitor
Zephyr Enterprise REST API for returning test cases
Hi,
We're using Zephyr Enterprise 6.1. I've been using the documentation at https://zephyr61.docs.apiary.io/
From my experience with APIs, there is usually a GET for an endpoint (e.g., testcases) that returns all of that type of endpoint. I don't see that in the documentation. I have accidentally found API calls that were not in that documentation and so I'm hoping that getting all the testcases is available but just not documented.
I can get a single testcase. That is documented.
GET http://localhost:80/flex/services/rest/latest/testcase/{id}
But what I really need is...
GET http://localhost:80/flex/services/rest/latest/testcase
So that I get all of them.
If anyone knows of such a REST API call OR can point me to a more complete API documentation I would really appreciate it.
Thanks,
Matt