Service: zimbraAdmin

Command: GetAllAddressLists
Namespace: urn:zimbraAdmin
Description: Returns all address lists which are there in the user's domain
Properties:
Authorization token required true
Admin Authorization token required UNKNOWN

GetAllAddressListsRequest

    <GetAllAddressListsRequest> ## GetAllAddressListsRequest
        <domain [by="{domain-selector-by} (id | name | virtualHostname | krb5Realm | foreignName)"]>{key}</domain> ## DomainSelector
    </GetAllAddressListsRequest>

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

XPath Required / Optional Description
/domain Optional (0 or 1) Type: {key}
Domain
Description for element text content:The key used to identify the domain. Meaning determined by {domain-selector-by}
/domain@by Optional (0 or 1) Type: id | name | virtualHostname | krb5Realm | foreignName
Select the meaning of {domain-selector-key}

GetAllAddressListsResponse

    <GetAllAddressListsResponse> ## GetAllAddressListsResponse
        <addressLists>
            (<addressList id="{address-list-id}" name="{name}" [description="{description}"] [active="{active} (0|1)"]
                              [dn="{address-list-dn}"]> ## AddressListInfo
                <galFilter>{galFilter} (String)</galFilter>
                <ldapFilter>{ldapFilter} (String)</ldapFilter>
              </addressList>)*
        </addressLists>
    </GetAllAddressListsResponse>

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

XPath Required / Optional Description
/addressLists Required (only 1)
/addressLists/addressList Optional (0 or more)
/addressLists/addressList@id Required (only 1) Type: String
Id of Address List
/addressLists/addressList@name Required (only 1) Type: String
Name of the address list
/addressLists/addressList@description Optional (0 or 1) Type: String
description of the address list
/addressLists/addressList@active Optional (0 or 1) Type: 0|1
address list is active or not
/addressLists/addressList@dn Optional (0 or 1) Type: String
DN of Address List
/addressLists/addressList/galFilter Optional (0 or 1) Type: {galFilter} (String)
galFilter of the address list
/addressLists/addressList/ldapFilter Optional (0 or 1) Type: {ldapFilter} (String)
ldapFilter of address list