| Siebel Product Administration Guide > Siebel Configurator API Reference > Instance APIs to Interact with Conflicts and Messages > GetExplanations Method
 This method retrieves configuration explanations for an item. Input Arguments   
ObjId. The unique identifier of the complex object root (for example, Quote ID).
RootId. The unique identifier of the complex object root (for example, Quote Line Item row Id).
(Optional) Version. Version arguments are used only when testing a customizable product version that is different from the currently released version.
Path. The path of the item.
 Output Arguments The property set returned will have child property sets, each with the property Value as the explanation, as follows: <Output>    <Expl Value="Explanation"/>    <Expl Value="Explanation"/>    ...    <Expl Value="Explanation"/> </Output> |