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

Description

Returns a list of all CMS messages that are saved in the system. Every CMS message contains detailed information that identifies the message and the template that was used for creation.

Example request

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

  • No labels