Service: zimbraAccount

Command: GetWhiteBlackList
Namespace: urn:zimbraAccount
Description: Get the anti-spam WhiteList and BlackList addresses
Properties:
Authorization token required true
Admin Authorization token required false

GetWhiteBlackListRequest

    <GetWhiteBlackListRequest /> ## GetWhiteBlackListRequest

GetWhiteBlackListResponse

    <GetWhiteBlackListResponse> ## GetWhiteBlackListResponse
        <whiteList>
            (<addr>{whiteListEntries} (String)</addr>)*
        </whiteList>
        <blackList>
            (<addr>{blackListEntries} (String)</addr>)*
        </blackList>
    </GetWhiteBlackListResponse>

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

XPath Required / Optional Description
/whiteList Required (only 1)
/whiteList/addr Optional (0 or more) Type: {whiteListEntries} (String)
/blackList Required (only 1)
/blackList/addr Optional (0 or more) Type: {blackListEntries} (String)