Inflectra Customer Forums: Filtering by release via REST API (Thread) We are experiencing some issues attempting to extract data from the tool via API. What we are trying to achieve is an extract of the test runs of specific test cases, for a particular release. The closest that we have been able to get is to use this in the call: {PropertyName:TestCaseId, IntValue:42, StringValue:null, MultiValue:null, DateRangeValue:null} Which will return ALL runs for a specific test case, but does not constrain the results to a single release, which is the information that we need. Because a test case can be executed against multiple releases, this does not meet our needs. Is there any way to filter against release in the manner described? Its a key requirement for us producing score cards for our releases Thanks 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/2212.aspxthreadId=2212Graeme Reynolds (graemer71@gmail.com)Filtering by release via REST API We are experiencing some issues attempting to extract data from the tool via API. What we are trying to achieve is an extract of the test runs of specific test cases, for a particular release. The closest that we have been able to get is to use this in the call: {PropertyName:TestCaseId, IntValue:42, StringValue:null, MultiValue:null, DateRangeValue:null} Which will return ALL runs for a specific test case, but does not constrain the results to a single release, which is the information that we need. Because a test case can be executed against multiple releases, this does not meet our needs. Is there any way to filter against release in the manner described? Its a key requirement for us producing score cards for our releases Thanks Wed, 02 Sep 2020 09:29:31 -04002020-09-02T11:34:38-04:00/Support/Forum/spirateam/issues-questions/2212.aspxmessageId=3827David J (support1@inflectra.com) Hi Graeme You should be able to also include a Release filter [{"PropertyName":"TestCaseId", "I Hi Graeme You should be able to also include a Release filter [{"PropertyName":"TestCaseId", "IntValue":42, "StringValue":null, "MultiValue":null, "DateRangeValue":null}, {"PropertyName":"ReleaseId", "IntValue":123, "StringValue":null, "MultiValue":null, "DateRangeValue":null} ] If you have specific questions, please raise a help desk ticket with us. Regards David Wed, 02 Sep 2020 11:34:38 -04002020-09-02T11:34:38-04:00/Support/Forum/spirateam/issues-questions/2212.aspx#reply3827