/
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"> Retrieves a list of all Sugar plugins available for Word, Excel, etc. </span> <h2>Request Arguments</h2> <span class="lead"> This endpoint does not accept any request arguments. </span> <h3>Response</h3> <pre class="pre-scrollable"> { "Excel": { "name": "Sugar Plug-in for Excel", "desc": "Integrate Sugar with spreadsheets for better analysis of key metrics.", "plugins": [ { "link": "https:\/\/www.sugarcrm.com\/crm\/plugin_service.php?token=f3f7a951da2d05e663cbb9bc8ea7adfc", "label": "Sugar Plug-in for Excel 3.0.0" }, { "link": "https:\/\/www.sugarcrm.com\/crm\/plugin_service.php?token=4705707cb4984c88a466cf2cfbb85555", "label": "Sugar Plug-in for Excel 2010 64bit April2014" }, { "link": "https:\/\/www.sugarcrm.com\/crm\/plugin_service.php?token=d23cdb7f7e554cb17a025f98cdb9dae5", "label": "Sugar Plug-in for Excel 2013 32bit April2014" }, { "link": "https:\/\/www.sugarcrm.com\/crm\/plugin_service.php?token=b29dfb810a33af7ce763b6357a61250b", "label": "Sugar Plug-in for Excel 2013 64bit April2014" }, { "link": "https:\/\/www.sugarcrm.com\/crm\/plugin_service.php?token=323a7a0e8c0e22b65ab02290a5752961", "label": "Sugar Plug-in for Excel 365 32bit April2014" }, { "link": "https:\/\/www.sugarcrm.com\/crm\/plugin_service.php?token=5df627facc452b984dbd39dc37298e57", "label": "Sugar Plug-in for Excel 365 64bit April2014" } ] } } </pre> <h2>Change Log</h2> <table class="table table-hover"> <thead> <tr> <th>Version</th> <th>Change</th> </tr> </thead> <tbody> <tr> <td> v11_23 </td> <td> Added <code>/me/plugins</code> GET endpoint. </td> </tr> </tbody> </table>