<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: Get project requirements via SOAP (Thread)</title><description> &#xD;
&#xD;
&#xD;
 I want to get the requirements for a project using the SOAP interface and hoped that I could do something like this in C#,   var requirements = _client.Requirement_Retrieve(new RemoteFilter[] { new RemoteFilter { PropertyName = "ProjectId", IntValue = 23 } }, 0, 9999);  But according to  https://www.inflectra.com/Support/KnowledgeBase/KB88.aspx  there is no project id or name to filter on.  Is there another way of doing this without getting all the requirements and filtering them manually.                                                                    </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/spiratest/issues-questions/1307.aspx</link><item><guid isPermaLink="false">threadId=1307</guid><author>Gavin Whitelaw (gjw@sea.co.uk)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">soap</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> api</category><title>Get project requirements via SOAP</title><description> &#xD;
&#xD;
&#xD;
 I want to get the requirements for a project using the SOAP interface and hoped that I could do something like this in C#,   var requirements = _client.Requirement_Retrieve(new RemoteFilter[] { new RemoteFilter { PropertyName = "ProjectId", IntValue = 23 } }, 0, 9999);  But according to  https://www.inflectra.com/Support/KnowledgeBase/KB88.aspx  there is no project id or name to filter on.  Is there another way of doing this without getting all the requirements and filtering them manually.                                                                    </description><pubDate>Wed, 30 Sep 2015 16:14:21 -0400</pubDate><a10:updated>2015-10-02T16:50:06-04:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/1307.aspx</link></item><item><guid isPermaLink="false">messageId=2361</guid><author>David J (adam.sandman+support@inflectra.com)</author><title>&#xD;
Hi Gavin,  To filter by project you first use the Connection_ConnectToProject(projectId); and then</title><description>&#xD;
Hi Gavin,  To filter by project you first use the Connection_ConnectToProject(projectId); and then your requirements list will be filtered by that project. You can filter by name using the PropertyName = "Name"  Regards Adam   &#xD;
&#xD;
</description><pubDate>Fri, 02 Oct 2015 16:50:06 -0400</pubDate><a10:updated>2015-10-02T16:50:06-04:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/1307.aspx#reply2361</link></item></channel></rss>