Overview

Get Drive Paths

Request Arguments

Name Type Description Required
module String The Path Module No
recordId String The ID of the current record No
type String Drive type (Google/OneDrive) Yes

Response

[
    [
        name: 'drivepath1',
        folderId: '123'
        ...
    ]
    ...
]

Change Log

Version Change
v11_16 Added /CloudDrive/paths GET endpoint.