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

Description

Returns detailed information for an time-based / event-based automation.

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:automationGetDetails>
            <automationType>TIME_BASED</automationType>
            <automationId>91</automationId>
        </ecm:automationGetDetails>
    </soapenv:Body>
</soapenv:Envelope>

  • No labels