<rss version="2.0" xmlns:a10="http://www.w3.org/2005/Atom"><channel><title>Inflectra Customer Forums: How to get incidents via REST API filtered by Area (or other custom field)? (Thread)</title><description> Hi,     Im trying to get incidents from a project that only have a specific Area or Component field. How should I do this?     Best regards,  Tuomas Peurakoski </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/1853.aspx</link><item><guid isPermaLink="false">threadId=1853</guid><author>Tuomas Peurakoski (tuomas.peurakoski@arek.fi)</author><category domain="http://www.inflectra.com/kronodesk/thread/tag">api</category><category domain="http://www.inflectra.com/kronodesk/thread/tag"> component</category><title>How to get incidents via REST API filtered by Area (or other custom field)?</title><description> Hi,     Im trying to get incidents from a project that only have a specific Area or Component field. How should I do this?     Best regards,  Tuomas Peurakoski </description><pubDate>Wed, 16 May 2018 11:13:11 -0400</pubDate><a10:updated>2018-05-17T14:34:34-04:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/1853.aspx</link></item><item><guid isPermaLink="false">messageId=3287</guid><author>Jim R (donotreply5@kronodesk.net)</author><title> Hi Tuomas,  You can filter the results by any of the fields using this method:   http://api.inflect</title><description> Hi Tuomas,  You can filter the results by any of the fields using this method:   http://api.inflectra.com/Spira/Services/v5_0/RestServiceOperation.aspx?uri=projects%2f%7bproject_id%7d%2fincidents%2fsearch%3fstart_row%3d%7bstart_row%7d%26number_rows%3d%7bnumber_rows%7d%26sort_by%3d%7bsort_by%7d&amp;method=POST   You need to post a collection of filters, using the names of the fields:   [
{"PropertyName": "Custom_01", "MultiValue": [1,2,3] },
{"PropertyName": "Custom_02", "IntValue": 1 }
]   Regards  Jim </description><pubDate>Thu, 17 May 2018 14:34:34 -0400</pubDate><a10:updated>2018-05-17T14:34:34-04:00</a10:updated><link>/Support/Forum/spiratest/issues-questions/1853.aspx#reply3287</link></item></channel></rss>