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.