/
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"> Get one Drive Path </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>module</td> <td>String</td> <td>The Path Module</td> <td>No</td> </tr> <tr> <td>recordId</td> <td>String</td> <td>The ID of the current record</td> <td>No</td> </tr> <tr> <td>type</td> <td>String</td> <td>Drive type (Google/OneDrive)</td> <td>Yes</td> </tr> </tbody> </table> </pre> <h3>Response</h3> <pre class="pre-scrollable"> [ [ name: 'drivepath1', folderId: '123' ... ] ... ] </pre> <h2>Change Log</h2> <table class="table table-hover"> <tr> <th>Version</th> <th>Change</th> </tr> <tr> <td> v11_16 </td> <td> Added <code>/CloudDrive/path</code> GET endpoint. </td> </tr> </table>