We are using the Refinitiv World-Check One API (2.51.0). We are modifying data of cases using the service Partial update an existing Case by its caseSystemId using a PATCH request to the following endpoint https://api-worldcheck.refinitiv.com/v2/cases/{caseSystemId}. We are updating the data correctly but in the response we are getting in the results the old ones that we already resolved/reviewed plus the new hits that matches the new information.
Is there any way to get in the response only the results that were not reviewed before? We need only the new hits that matches the information we just updated.