Returns the list of document types in a library.
<getDocumentTypeListRequest> <library/> </getDocumentTypeListRequest>
<getDocumentTypeListResponse> <items type="types:DocumentTypeList"/> <status type="types:Status"/> </getDocumentTypeListResponse>
Specifies which GroupWise library to query.
Returns the list of document types for a library.
Returns the error number related to the event. 0 indicates that the request was successful.
Returns the success or failure of the method.
<getDocumentTypeListRequest> <library>domain1.po1.po1 Library@67</library> </getDocumentTypeListRequest> <getDocumentTypeListResponse> <items> <item type="DocumentType"> <name>Agenda</name> <life>99</life> <maximumversions>100</maximumversions> <ageAction>archive</ageAction> </item> <item type="DocumentType"> <name>Contract</name> <life>99</life> <maximumversions>100</maximumversions> <ageAction>archive</ageAction> </item> <item type="DocumentType"> <name>Corresp</name> <life>99</life> <maximumversions>100</maximumversions> <ageAction>archive</ageAction> </item> </items> <status> <code>0</code> </status> </getDocumentTypeListResponse>