Documentation
GET DEPENDENCYTYPE
usage
<GET>
<DEPENDENCYENTITY [ID="number"] [from="module"] [to="module"]/>
</GET>
paramètres
ID : the ID of the dependencytype
from : module gives the name of the module from which you want get the dependencytypes. The dependencytype returned will start from this module.
to : the dependencytypes returned will arrive to this module
Returns a list of all the dependenctypes for a specified module.
exemples
<GET>
<DEPENDENCYENTITY from="media"/>
</GET>
<RESULTS>
<DEPENDENCYENTITY>
<DEPENDENCYTYPE from="media" to="media" type="start" ID="44">
<TYPE>mediaContent</TYPE>
<DENOMINATION>
<LABEL languageID="eng">Content</LABEL>
<LABEL languageID="fre">Contenu</LABEL>
</DENOMINATION>
<CONFIG />
<DOMAIN />
<TEMPORAL>0</TEMPORAL>
</DEPENDENCYTYPE>
</DEPENDENCYENTITY>
<DEPENDENCYENTITY>
<DEPENDENCYTYPE from="media" to="media" type="start" ID="43">
<TYPE>mediaNavigation</TYPE>
<DENOMINATION>
<LABEL languageID="eng">Navigation</LABEL>
<LABEL languageID="fre">Navigation</LABEL>
</DENOMINATION>
<CONFIG />
<DOMAIN />
<TEMPORAL>0</TEMPORAL>
</DEPENDENCYTYPE>
</DEPENDENCYENTITY>
</RESULTS>