<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: How to list top-level Test Case folders for a project using WebService? (Thread)</title><description>&#xD;
Question #1: Is it possible to list only the top-level TestCase folders of a project using WebService?  Question #2: How can I filter a bool property using the WebService? I'd like to fiter the Folder property of TestCase, and also the Iteration property of Release. &#xD;
&#xD;
</description><language>en-US</language><copyright>(C) Copyright 2006-2026 Inflectra Corporation.</copyright><managingEditor>support@inflectra.com</managingEditor><category domain="http://www.dmoz.org">/Computers/Software/Project_Management/</category><category domain="http://www.dmoz.org">/Computers/Software/Quality_Assurance/</category><generator>KronoDesk</generator><a10:contributor><a10:email>support@inflectra.com</a10:email></a10:contributor><a10:id>http://www.inflectra.com/kronodesk/forums/threads</a10:id><ttl>120</ttl><link>/Support/Forum/spirateam/issues-questions/366.aspx</link><item><guid isPermaLink="false">threadId=366</guid><author>Dániel Várhegyi (varhegyi.daniel@iqsys.hu)</author><title>How to list top-level Test Case folders for a project using WebService?</title><description>&#xD;
Question #1: Is it possible to list only the top-level TestCase folders of a project using WebService?  Question #2: How can I filter a bool property using the WebService? I'd like to fiter the Folder property of TestCase, and also the Iteration property of Release. &#xD;
&#xD;
</description><pubDate>Tue, 11 Sep 2012 16:28:27 -0400</pubDate><a10:updated>2012-09-12T21:57:11-04:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/366.aspx</link></item><item><guid isPermaLink="false">messageId=699</guid><author>David J (adam.sandman+support@inflectra.com)</author><title> &#xD;
&#xD;
&#xD;
Hi Daniel  1) You would need to use the TestCase_Retrieve() function and then once you get th</title><description> &#xD;
&#xD;
&#xD;
Hi Daniel  1) You would need to use the TestCase_Retrieve() function and then once you get the results, filter the data to only include items where IndentLevel field has a length of 3 and the Folder flag is true:  remoteTestCase.IndentLevel.Length = 3 &amp;&amp; remoteTestCase.Folder == true  2) Yes you can filter the Iteration field of release by using a RemoteFilter where StringValue = "Y" and PropertyName = "IterationYn"  Regards  Adam </description><pubDate>Wed, 12 Sep 2012 20:51:47 -0400</pubDate><a10:updated>2012-09-12T20:51:47-04:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/366.aspx#reply699</link></item><item><guid isPermaLink="false">messageId=700</guid><author>Dániel Várhegyi (varhegyi.daniel@iqsys.hu)</author><title>Thanks!  And can I filter to the Folder property of the TestCase?  My problem is that we have too ma</title><description>Thanks!  And can I filter to the Folder property of the TestCase?  My problem is that we have too many TestCases and I don't want to query all of them.. &#xD;
&#xD;
</description><pubDate>Wed, 12 Sep 2012 21:57:11 -0400</pubDate><a10:updated>2012-09-12T21:57:11-04:00</a10:updated><link>/Support/Forum/spirateam/issues-questions/366.aspx#reply700</link></item></channel></rss>