get
Use the get method to retrieve the information of an entity or entities.
Purpose
The get method returns the requested information of the specified entities. For example, the properties, the groups that the entity belongs to, the ancestors, or descendants of the entity.To retrieve an entity, the entity data object with its Identifier is added under the root data object. Multiple entities can be retrieved in one get method call by adding multiple entity data objects under the root.
By specifying different controls, different information can be returned. For example, PropertyControl is used for returning the properties of the entities. GroupMembershipControl is used for returning groups that the entities belong to.
Parameters
- root
- Specifies the root data object containing the request information.
Returns
The root data object containing the requested information.Exceptions
- WIMException: