RQM SNAPSHOT REST API
Dear Team,
I would like to get the details/attributes of test case from a particular snapshot of test case using REST API . I
will have snapshot revision id and i would like to get the details of test case using snapshot revision id and test case id. I have Rest API to create snapshot and retrieve snapshot and get the test case details.
My use case : I will be creating a snapshot for a test case using REST API and i will have the revision id. So using the revision id and test case i would like to fetch all the attributes of test case. Even if the user changes some details of test case. I should be able to get the previous details through snapshot revision id and test case id using REST API.
Please help.
Thanks
|
Accepted answer
Call the GET API on test case and provide revision as parameter. You can also append "?revision=<some value>" at the end of the test case url Ajith O M selected this answer as the correct answer
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.