Page tree
Skip to end of metadata
Go to start of metadata

Description

Returns the number of result items that were retrieved/polled for a certain topic.

Available from

v9

Example body

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:asyncGetPollCount>
            <topic>queue</topic>
        </ecm:asyncGetPollCount>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels