Unmerge All Contributors From Entity
Information about how to unmerge all contributors from an entity.
If an entity is a composite (result of merge), every component (contributor) can be unmerged to be a standalone entity again. The composite entity origin and unmerging of one is known as a spawn. The result of this request is the list of spawns representing corresponding contributors which were unmerged from the origin.
beforeUnmerge
beforeNotAMatchSet
afterNotAMatchSet
afterUnmerge
Request
POST {TenantURL}/<origin id>/_unmergeAllContributors
Parameter | Required | Details | |
---|---|---|---|
Headers | Authorization |
Yes | Information about authentication access token in format "Bearer
<accessToken> " (for more information see
Authentication API ). |
Example
POST <TenantURL>/entities/01QoskL/_unmergeAllContributors
Response
Returns the list of entity URIs which are spawns and the changed origin.