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

Description

Returns information about one or more time-based / event-based automations.

Available from

v7

Example request

<soapenv:Envelope
    xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ecm="http://ecircle.com/developer/ecmapi">
    <soapenv:Header/>
    <soapenv:Body>
        <ecm:automationFind>
            <automationFilter>
                <automationType>TIME_BASED</automationType>
            </automationFilter>
        </ecm:automationFind>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels