How to export relations with filter via API

Question : 

How to perform relation export with filter via API ?

 

Answer : 

Use the below API to export relations with filter.

POST https://<Environment_URL>/jobs/export/<Tenant_ID>/relations

And this is the body:

{
"includeType": [
"configuration/relationTypes/<type_of_relation>"
],
"filter": "(equals(<attribute>,'<value>'))"
}

 

Reference : 

- Documentation : https://docs.reltio.com/en/integrate/export-data-from-reltio-in-bulk/export-data-using-reltio-export-service/export-relations 

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

Comments

0 comments

Please sign in to leave a comment.