Question
Can I search for profiles using Relationship Attribute In Advanced Search?
Example
1. I would like to find all HCPs having a relationship with a specific HCP for which I give the name.
2. I would like to find all HCPs having a specific role (this is an attribute of the relationship)
Answer
At the present time, the Reltio Platform does not support search by relations (does not support ES index for relations).
Possible solution:
GET {TenantURL}/relations/_events/_scan?filter=(gt(timestamp, 1373288685810) and lt(timestamp,1373288903390))
POST {TenantURL}/relations/_events/_scan
References
https://docs.reltio.com/relationsapi/searchrelationeventswithcursor.html
Comments
Please sign in to leave a comment.