Inflectra Customer Forums: How to retrieve all the Incidents specific to a Status by using API (Thread) Hi, Can anyone help me with the endpoint details to retrieve all the Incidents with any specific Incident Status Id. I followed the documentation but i did not find it, may be im missing somewhere. GET - http://XXXXX/SpiraTeam/services/v5_0/RestService.svc/projects/7/incidents/types/52/workflow/custom-properties? status_id=53 - This one retrieves empty data. Appreciate your help. 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/1803.aspxthreadId=1803Veera Nanduri (veerananduri1@gmail.com)api rest spirateam incident incidentstatusHow to retrieve all the Incidents specific to a Status by using API Hi, Can anyone help me with the endpoint details to retrieve all the Incidents with any specific Incident Status Id. I followed the documentation but i did not find it, may be im missing somewhere. GET - http://XXXXX/SpiraTeam/services/v5_0/RestService.svc/projects/7/incidents/types/52/workflow/custom-properties? status_id=53 - This one retrieves empty data. Appreciate your help. Wed, 31 Jan 2018 03:49:46 -05002018-02-02T15:30:55-05:00/Support/Forum/spirateam/issues-questions/1803.aspxmessageId=3219Jim R (donotreply5@kronodesk.net) Hi Veera, You need to use: http://api.inflectra.com/Spira/Services/v5_0/RestServiceOperation.asp Hi Veera, You need to use: 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&method=POST and POST the array of RemoteFilters as a JSON array of objects to this endpoint. Regards Jim Fri, 02 Feb 2018 15:30:55 -05002018-02-02T15:30:55-05:00/Support/Forum/spirateam/issues-questions/1803.aspx#reply3219