Home > Integrating > WSI Nodes > GetEntity
GetEntity
Returns data for the specified entity, including mappings and sub-entities.
<GetEntity XPathLookup="/x/y/z" EntityType="Manufacturer|Distributor|Category|Section|Genre|Vector" EntityGUID="uniqueidentifier" EntityID="integer" IncludeImages="boolean" GetAllLocale="boolean" Recursive="boolean"/>
Depending on what you specify (or more importantly, don't specify) and your entity structure, the returned data set could be huge.
Return all information for all categories. <GetEntity EntityType="Category" EntityID="1" Recursive="boolean" IncludeImages="boolean"/>