Supported Operations

19.4.1.50 GetTypeList

FUNCTION DESCRIPTION:

Return all available asset type list


Parameters:

_user Login name of the executor. 

_pwd Passw ord of the executor. 


Result data example:

<string xmlns="http://www.etere.eu/EtereWSApi"><?xml version="1.0" encoding="utf-8"?> 

<WSApiResponse> 

<Function Name="GetTypeList"> 

<TypesList>

<Type><code>AVMC</code><description>MASTERCLIP AVID</description><grouptype></grouptype><flagtype>S</flagtype></Type><Type><code>AVSQ</code><description>SEQUENZA AVID</description><grouptype></grouptype><flagtype>S</flagtype></Type><Type><code>B/B</code><description>BILLBOARD</description><grouptype>COMM</grouptype><flagtype></flagtype></Type><Type><code>B/BC</code><description>BILLBOARD</description><grouptype>COMM</grouptype><flagtype></flagtype></Type><Type><code>BET</code><description>COMMERCIALS</description><grouptype>COMM</grouptype><flagtype></flagtype></Type><Type><code>COM</code><description>COMMERCIALS </description><grouptype>COMM</grouptype><flagtype></flagtype></Type><Type><code>COMM</code><description>COMMERCIALS</description><grouptype></grouptype><flagtype>g</flagtype></Type><Type><code>CSA</code><description>COMMUNITY SERVICE</description><grouptype>COMM</grouptype><flagtype></flagtype></Type><Type><code>ETXG</code><description>ETX GRAPHICS</description><grouptype></grouptype><flagtype></flagtype></Type><Type><code>ETXS</code><description>ETX SCENES</description><grouptype></grouptype><flagtype></flagtype></Type><Type><code>FILM</code><description>FILM</description><grouptype>PROG</grouptype><flagtype></flagtype></Type>

</TypesList> 

</Function> 

</WSApiResponse> 

</string>