Question
What is the API call for unmerging two crosswalks?
Answer
If an entity is the result of a merge, it can be unmerged into a standalone entity and a "Spawn". NOTE: This is only possible if the crosswalks are from two different contributors.
Request
POST {TenantURL}/<origin id>/_unmerge?contributorURI=<spawn URI>
Response
Returns a pair of entities, "a" and "b", where "a" stands for the modified Origin and "b" for Spawn.
References
https://docs.reltio.com/mergeapis/unmergeentitybycontriburi.html
Comments
Please sign in to leave a comment.