Namespace: "urn:zimbraAdmin"
GetUCService SOAP Command

Get UC Service

Authorization token required true
Admin Authorization token required true

GetUCServiceRequest

    <GetUCServiceRequest [attrs="{request-attrs}"]> ## GetUCServiceRequest
        <ucservice [by="{ucservice-by} (id|name)"]>{key}</ucservice> ## UCServiceSelector
    </GetUCServiceRequest>

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

XPath Required / Optional Description
@attrs Optional (0 or 1) Type:String
Comma separated list of attributes
/ucservice Optional (0 or 1) Type:{key}
UC Service
Description for element text content:Key for choosing ucservice
{ucservice-by}="id" Use ucservice's zimbraId as the Key
{ucservice-by}="name" Use name of the ucservice as the Key
/ucservice@by Optional (0 or 1) Type:id|name
Selects the meaning of {ucservice-key}

GetUCServiceResponse

    <GetUCServiceResponse> ## GetUCServiceResponse
        <ucservice name="{name}" id="{id}"> ## UCServiceInfo
            (<a n="{key}" /> ## Attr)*
         </ucservice>
    </GetUCServiceResponse>

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

XPath Required / Optional Description
/ucservice Optional (0 or 1) Information about ucservice
/ucservice@name Required (only 1) Type:String
Name
/ucservice@id Required (only 1) Type:String
ID
/ucservice/a Optional (0 or more) Attributes
/ucservice/a@n Required (only 1) Type:String
Key