Evisort Managed Entities API ## Sections • [Evisort Managed Entities API](https://managed-entities.developers.evisort.com/evisort-managed-entities-api.md): OpenAPI specification for Evisort API for integration with 3rd party services. For authentication, see the authentication guide . Contact:… • [Groups](https://managed-entities.developers.evisort.com/groups.md): Manage groups • [List groups](https://managed-entities.developers.evisort.com/groups/list-groups.md): Returns a paginated list of groups for the authenticated client. • [Create group](https://managed-entities.developers.evisort.com/groups/create-group.md): Creates a new group and its root node. The root node acts as the top-level container for the group’s node tree. • [Get group](https://managed-entities.developers.evisort.com/groups/get-group.md): Returns a single group by ID for the authenticated client. • [Delete group](https://managed-entities.developers.evisort.com/groups/delete-group.md): Deletes a group and all of its nodes. The upstream resources referenced by those nodes are not affected. • [Update group](https://managed-entities.developers.evisort.com/groups/update-group.md): Partially updates group metadata. Only provided fields are changed; omitted fields remain unchanged. Does not affect the node tree. • [Nodes](https://managed-entities.developers.evisort.com/nodes.md): Manage nodes • [List nodes](https://managed-entities.developers.evisort.com/nodes/list-nodes.md): Returns a paginated list of nodes belonging to the specified group. Use include=groups to embed related group data in the response. • [Batch add nodes](https://managed-entities.developers.evisort.com/nodes/batch-add-nodes.md): Adds one or more entities under a parent node. Returns the count of nodes created and nodes that already existed. • [Delete node](https://managed-entities.developers.evisort.com/nodes/delete-node.md): Deletes a node and re-parents its direct children to the group’s root node. Subtree structure below each child is preserved. The root node cannot be… • [Batch move nodes](https://managed-entities.developers.evisort.com/nodes/batch-move-nodes.md): Moves one or more nodes (and their subtrees) to a new parent within the same group. Root nodes cannot be moved.