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
Comments
Please sign in to leave a comment.