Entity

Move existing entities to the target collection.

post/entity/moveTo

Query parameters

collectionIdstring required

The collection where entities will be moved to.

api-versionstring required

The version of the API.

Request body

entityGuidsstring[]

An array of entity guids to be moved to target collection.

Response

Created with EntityMutationResponse.

guidAssignmentsobject

A map of GUID assignments with entities.

mutatedEntitiesobject

The entity headers of mutated entities.

Changes