/
var
/
www
/
html
/
sugardemo
/
include
/
api
/
help
/
Upload File
HOME
<!-- /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ --> <h2>Overview</h2> <span class="lead"> Returns information to facilitate receiving marketing content from SugarCRM. </span> <h2>Request Arguments</h2> <table class="table table-hover"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Description</th> <th>Required</th> </tr> </thead> <tbody> <tr> <td> selected_language </td> <td> String </td> <td> Code for the desired marketing content language. (Eg. <em>"en_us"</em>, <em>"fr_FR"</em>). Providing a certain language code does not guarantee that content returned will be in the provided language. If an invalid language is specified, will assume <em>"en_us"</em>. </td> <td> False. Defaults to <em>"en_us"</em> </td> </tr> </tbody> </table> <h2>Response Arguments</h2> <table class="table table-hover"> <thead> <tr> <th>Name</th> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td> content_url </td> <td> String </td> <td> URL suitable for embedding in an iFrame that links to new marketing material from SugarCRM. Will always be provided, but may be an empty string if there is no suitable content available. </td> </tr> </tbody> </table> <h3>Response</h3> <pre class="pre-scrollable"> { "content_url": "https://marketing.sugarcrm.com/exciting-new-content" } </pre> <h2>Change Log</h2> <table class="table table-hover"> <thead> <tr> <th>Version</th> <th>Change</th> </tr> </thead> <tbody> <tr> <td> v11_2 </td> <td> Added <code>/login/content</code> GET endpoint. </td> </tr> </tbody> </table>