| Overview | Service | Command |
| Authorization token required | true |
| Admin Authorization token required | true |
<GetZimletRequest [attrs="{request-attrs}"]> ## GetZimletRequest
<zimlet [name="..."] /> ## NamedElement
</GetZimletRequest>
elements and attributes you can define within a
<GetZimletRequest> element:
| XPath | Required / Optional | Description |
| @attrs | Optional (0 or 1) | Type: String Comma separated list of attributes |
| /zimlet | Required (only 1) | Zimlet selector |
| /zimlet@name | Optional (0 or 1) | Type: String Name |
<GetZimletResponse> ## GetZimletResponse
<zimlet [hasKeyword="{keyword}"] name="{name}" id="{id}"> ## ZimletInfo
(<a n="{key}" /> ## Attr)*
</zimlet>
</GetZimletResponse>
elements and attributes you can define within a
<GetZimletResponse> element:
| XPath | Required / Optional | Description |
| /zimlet | Required (only 1) | Zimlet information |
| /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 |