Inflectra Customer Forums: How to list top-level Test Case folders for a project using WebService? (Thread) 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. en-US(C) Copyright 2006-2024 Inflectra Corporation.support@inflectra.com/Computers/Software/Project_Management//Computers/Software/Quality_Assurance/KronoDesksupport@inflectra.comhttp://www.inflectra.com/kronodesk/forums/threads120/Support/Forum/spirateam/issues-questions/366.aspxthreadId=366Dániel Várhegyi (varhegyi.daniel@iqsys.hu)How to list top-level Test Case folders for a project using WebService? 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. Tue, 11 Sep 2012 16:28:27 -04002012-09-12T21:57:11-04:00/Support/Forum/spirateam/issues-questions/366.aspxmessageId=699David J (support1@inflectra.com) Hi Daniel 1) You would need to use the TestCase_Retrieve() function and then once you get th 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 && 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 Wed, 12 Sep 2012 20:51:47 -04002012-09-12T20:51:47-04:00/Support/Forum/spirateam/issues-questions/366.aspx#reply699messageId=700Dániel Várhegyi (varhegyi.daniel@iqsys.hu)Thanks! And can I filter to the Folder property of the TestCase? My problem is that we have too maThanks! 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.. Wed, 12 Sep 2012 21:57:11 -04002012-09-12T21:57:11-04:00/Support/Forum/spirateam/issues-questions/366.aspx#reply700