Hi,
I am working on showing sibling cases whose parent is same by retrieving the child cases based on parent case using WebAPI retrieve where I would like to remove the current case from the list of results returned.
For example: Lets say...I have
Parent Case ABC got three child cases Test1, Test2 and Test 3.
If I am on Test 2 case, I would like to see...Test1 and Test3 cases as sibling cases but not all three of them. At present, I am retrieving all the three cases based on parent case but I would like to remove the current case from the list returned. Could someone please suggest me is there any way to achieve this. Thanks