Hi Ashish,
I tried but I always receive a response of zero results OR
{
"severity": "Error",
"errorMessage": "Internal application error.",
"errorCode": 2001,
"errorDetailMessage": "Internal application exception caught during executing operation . Please view application log for details",
"innerErrorData": {
"exception": "java.lang.NullPointerException:null at com.reltio.rest.data.spring.EntityController.findConnectedParties, line 3819"
}
}
In my filter, I am trying to search for an Account with URI entities/0Pn7bUa and all Individuals who are associated with it
Does it make sense to use in or listEquals to get the Account, and then use equals(type,'configuration/entityTypes/Individual') to get all related Individuals?
_findConnectedParties?filter=in(uri,'entities/0Pn7bUa') and equals(type,'configuration/entityTypes/Individual'), but I receive zero results
------------------------------
Joseph Hoppe
------------------------------
Original Message:
Sent: 07-26-2023 03:36
From: Ashish Rawat
Subject: Search for a list of entities by URI and retrieve related entities using the Find Connected Parties API
Try this filter if it helps filter=equals(type,'configuration/entityTypes/Individual') and listEquals(id, '00A5osD','00A5osD')
------------------------------
Ashish Rawat
Sr. Manager
Fresh Gravity
Bangalore
------------------------------