HP ALM REST Api Requirement Traceability

Viewed 1031

As the title says I need to get traceability information for my requirements with hp alm rest api. What endpoint do I have to use? The documentation seems to be pretty much not existing! Somewhere I've read that the following endpoint should return a list of all available endpoints but I only get "Not found" -> /qcbin/rest/resource-list

So how to work with this api???

2 Answers

The REST API (at least until 12.55) does not support reading traceability of requirements. But you can access the database directly. All traceability information are stored in table REQ_TRACE.

Related