Inflectra Customer Forums: REST API v6.0 Find Requirements linked to Release (Thread) Hello I am trying to send a request all requirements that are assigned to a release. In the SpiraTest itself requirements have a release field so I believe it should be possible to make such a call but as far as I can tell the API does not have a suitable call. Is this correct? Thank You 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/spiratest/issues-questions/2130.aspxthreadId=2130Tom Ward (tward@stayinfront.com)API Requirements ReleasesREST API v6.0 Find Requirements linked to Release Hello I am trying to send a request all requirements that are assigned to a release. In the SpiraTest itself requirements have a release field so I believe it should be possible to make such a call but as far as I can tell the API does not have a suitable call. Is this correct? Thank You Mon, 23 Dec 2019 03:43:39 -05002019-12-23T21:39:11-05:00/Support/Forum/spiratest/issues-questions/2130.aspxmessageId=3708David J (support1@inflectra.com) Hello, You probably should use this API call: http://api.inflectra.com/Spira/Services/v6_0/RestS Hello, You probably should use this API call: http://api.inflectra.com/Spira/Services/v6_0/RestServiceOperation.aspx?uri=projects%2f%7bproject_id%7d%2frequirements%2fsearch%3fstarting_row%3d%7bstarting_row%7d%26number_of_rows%3d%7bnumber_of_rows%7d&method=POST The Search option uses a POST that lets you post an array of RemoteFilter objects that lets you filter by the Release ID. Regards David Mon, 23 Dec 2019 16:17:05 -05002019-12-23T16:17:05-05:00/Support/Forum/spiratest/issues-questions/2130.aspx#reply3708messageId=3710Tom Ward (tward@stayinfront.com) Thanks for the quick response David Is there any documentation on using a Remote Filter object thr Thanks for the quick response David Is there any documentation on using a Remote Filter object through the Rest API? The only documentation I can find for the SOAP Service Regards Tom Mon, 23 Dec 2019 21:39:11 -05002019-12-23T21:39:11-05:00/Support/Forum/spiratest/issues-questions/2130.aspx#reply3710