Overview
Retrieves a list of all Sugar plugins available for Word, Excel, etc.
Request Arguments
This endpoint does not accept any request arguments.
Response
{
"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"
}
]
}
}
Change Log
Version |
Change |
v11_23
|
Added /me/plugins GET endpoint.
|