Service: zimbraAdmin
Namespace: "urn:zimbraAdmin"
GetAdminSavedSearches SOAP Command

Returns admin saved searches.
If no <search> is present server will return all saved searches.

Authorization token required true
Admin Authorization token required true

GetAdminSavedSearchesRequest

    <GetAdminSavedSearchesRequest> ## GetAdminSavedSearchesRequest
        (<search [name="..."] /> ## NamedElement)*
    </GetAdminSavedSearchesRequest>

The following table describes elements and attributes you can define within a <GetAdminSavedSearchesRequest> element:

XPath Required / Optional Description
/search Optional (0 or more) Search information
/search@name Optional (0 or 1) Type:String
Name

GetAdminSavedSearchesResponse

    <GetAdminSavedSearchesResponse> ## GetAdminSavedSearchesResponse
        (<search name="{name}">{value}</search> ## NamedValue)*
    </GetAdminSavedSearchesResponse>

The following table describes elements and attributes you can define within a <GetAdminSavedSearchesResponse> element:

XPath Required / Optional Description
/search Optional (0 or more) Type:{value}
Information on saved searches
Description for element text content:Value
/search@name Required (only 1) Type:String
Name