Overview | Service | Command |
Get all Zimlets
Authorization token required | true |
Admin Authorization token required | true |
<GetAllZimletsRequest [exclude="{exclude}"] /> ## GetAllZimletsRequest
The following table describes 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"
|
<GetAllZimletsResponse> ## GetAllZimletsResponse
(<zimlet [hasKeyword="{keyword}"] name="{name}" id="{id}"> ## ZimletInfo
(<a n="{key}" /> ## Attr)*
</zimlet>)*
</GetAllZimletsResponse>
The following table describes 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 |