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>'))" 
}

 

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
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.