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