Hello everyone!
I have "update" webhook that trigger my endpoint with custom handling of updated test case. In short, I request details of test case (by ID from webhook request body) to get its custom fields and check each custom field by custom logic.
So now I need to do the same actions with deleted test cases but API doesn't provide the ability to get details of deleted test cases.
Is it possible to add functionality which allow me to get details of the deleted case?