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>'))" }
Related Documentation:
Our documentation links are subject to change over time; therefore, we kindly request that you search for the documentation using the titles provided below. Thank you.
- Export relations
Comments
Please sign in to leave a comment.