How do I search for specific relationships?

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

 

 

Was this article helpful?
0 out of 1 found this helpful

Comments

1 comment

Please sign in to leave a comment.