Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to use Test Management API to GET a specific version of a Test Case

Vincent Wang
July 10, 2019

I'm using TM4J test management tool and the API to GET and POST test cases.

I'm able to use the API commend to get the details of a Test Case, but only the latest version.

E.g. I used 'http://amjira.am.aaaaaa.net:8080/rest/atm/1.0/testcase/AAA-T1', and got the JSON string, which gave me "majorVersion": 2, and the detailed testScripts of the latest version (which is Version 2.0).

But how can I get the version 1.0's testScripts using the API?

I tried '....rest/atm/1.0/testcase/AAA-T1/1.0', it doesn't work.

0 answers

Suggest an answer

Log in or Sign up to answer