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

Description

Retrieves a specific number of results for a topic from the result queue, starting from the given offset.

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:asyncPollByIndex>
            <topic>queue</topic>
            <index>1</index>
            <limit>10</limit>
        </ecm:asyncPollByIndex>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels