Get a list of rulesets for an email - ListDCRulesetsForMailing

Returns a list of available Acoustic Campaign dynamic content rulesets for a specific email

Elements (Required)

MAILING_ID - The ID of the email whose rulesets to retrieve. This may be the ID of an email template or a sent email, as well as an autoresponder or automated message

<Envelope>
<Body>
<ListDCRulesetsForMailing>
<MAILING_ID>31986</MAILING_ID>
</ListDCRulesetsForMailing>
</Body>
</Envelope>
<Envelope>
<Body>
<RESULT>
<SUCCESS>TRUE</SUCCESS>
<RULESET>
<RULESET_ID>3762</RULESET_ID>
<LIST_ID>11015</LIST_ID>
<RULESET_NAME>Save-A-Pile Ruleset</RULESET_NAME>
</RULESET>
<RULESET>
<RULESET_ID>3922</RULESET_ID>
<LIST_ID>11015</LIST_ID>
<RULESET_NAME>Rulesetfor DC</RULESET_NAME>
</RULESET>
</RESULT>
</Body>
</Envelope>

Elements (Response)

SUCCESS - True if successful; False if not

RULESET - Contains the child elements RULESET_ID, LIST_ID, and RULESET_NAME

RULESET_ID - The ID of the associated ruleset

LIST_ID - The ID of the associated database

RULESET_NAME - The name of the associated ruleset