Service: zimbraAdmin

Command: GetAllZimlets
Namespace: urn:zimbraAdmin
Description: Get all Zimlets
Properties:
Authorization token required true
Admin Authorization token required true

GetAllZimletsRequest

    <GetAllZimletsRequest [exclude="{exclude}"] /> ## GetAllZimletsRequest

elements and attributes you can define within a <GetAllZimletsRequest> element:

XPath Required / Optional Description
@exclude Optional (0 or 1) Type: String
{exclude} can be "none|extension|mail"
extension return only mail Zimlets
mail return only admin extensions
none [default] return both mail and admin zimlets

GetAllZimletsResponse

    <GetAllZimletsResponse> ## GetAllZimletsResponse
        (<zimlet [hasKeyword="{keyword}"] name="{name}" id="{id}"> ## ZimletInfo
            (<a n="{key}" /> ## Attr)*
          </zimlet>)*
    </GetAllZimletsResponse>

elements and attributes you can define within a <GetAllZimletsResponse> element:

XPath Required / Optional Description
/zimlet Optional (0 or more) Information about zimlets
/zimlet@hasKeyword Optional (0 or 1) Type: String
Keyword
/zimlet@name Required (only 1) Type: String
Name
/zimlet@id Required (only 1) Type: String
ID
/zimlet/a Optional (0 or more) Attributes
/zimlet/a@n Required (only 1) Type: String
Key