Namespace: "urn:zimbraAdmin"
GetFreeBusyQueueInfo SOAP Command

Get Free/Busy provider information
If the optional element <provider/> is present in the request, the response contains the requested provider only. if no provider is supplied in the request, the response contains all the providers.

Authorization token required true
Admin Authorization token required true

GetFreeBusyQueueInfoRequest

    <GetFreeBusyQueueInfoRequest> ## GetFreeBusyQueueInfoRequest
        <provider [name="..."] /> ## NamedElement
    </GetFreeBusyQueueInfoRequest>

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

XPath Required / Optional Description
/provider Optional (0 or 1) Provider
/provider@name Optional (0 or 1) Type:String
Name

GetFreeBusyQueueInfoResponse

    <GetFreeBusyQueueInfoResponse> ## GetFreeBusyQueueInfoResponse
        (<provider name="{provider-name}"> ## FreeBusyQueueProvider
            (<account [id="..."] /> ## Id)*
          </provider>)*
    </GetFreeBusyQueueInfoResponse>

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

XPath Required / Optional Description
/provider Optional (0 or more) Information on Free/Busy providers
/provider@name Required (only 1) Type:String
Provider name
/provider/account Optional (0 or more) Information on accounts
/provider/account@id Optional (0 or 1) Type:String
ID