Description

Returns information for the process identified by the specified process ID.

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:processGetDetails>
            <processId>1534</processId>
        </ecm:processGetDetails>
    </soapenv:Body>
</soapenv:Envelope>