Question
How do I search for relationships with a filter? As an example, how do I search for relationships starting from an entity with a specific attribute value?
Answer
Reltio has a Relation Search API that supports a filter parameter:
GET {TenantURL}/relations?filter=(equals(type,'configuration/relationTypes/Spouse'))
Alternatively, if you would like to export those specified relations, there is an option to export relations with a filter.
POST {{ExportServiceURL}}/export/{{TenantId}}/relations/_scan?filter=(equals(attributes.OrganizationName.MDCP_DLT_IND,'N'))
References
- https://docs.reltio.com/relationsapi/relationsearch.html
- https://docs.reltio.com/entitiesapi/entitiesfiltering.html
- https://docs.reltio.com/exportapi/exportrelationswithfilter.html
Comments
0 comments
Please sign in to leave a comment.