如何从Rally Rest API读取集合属性

时间:2015-02-27 00:21:17

标签: java api rest collections rally

使用java Rally Rest API 2.0,当我读取TestCase的TestSets属性时,它返回:

{" _rallyAPIMajor":" 2"" _rallyAPIMinor":" 0"" _ref":& #34; https://rally1.rallydev.com/slm/webservice/v2.0/TestCase/31169145174/TestSets&#34 ;, " _type":"测试集""计数":3}

计数是正确的,但是如何获取TestSet的objectID值? 31169145174是我的TestCase的对象ID。

1 个答案:

答案 0 :(得分:1)

假设您在名为JsonObject的{​​{1}}变量中有测试用例,则类似于以下内容应该可以用于轮询TestSets集合:

testCaseJsonObject