JDBC Driver for DocuSign

Build 25.0.9434

CloudStorage

Retrieves a list of the user's items from the specified cloud storage provider.

View Specific Information

The driver will use the DocuSign API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the driver.

  • FolderId supports the '='.
  • UserId supports the '='.
  • Serviceid supports the '='.

For example, the following query is processed server side:

select * from CLOUDSTORAGE where UserId='6de49590-65cf-41d4-ac62-399bd97dc1b3' and serviceid='10834292' and folderid='722ad244-59a0-4e30-99a8-45561090b784'

Columns

Name Type References Description
Id [KEY] String The storage provider's ID for the file or folder.
UserId String Id of the user account
Serviceid String The ID of the service to access.Valid values are the service name (Box) or the numerical serviceId (4136).
FolderId String The ID of the folder.
ModifiedDate Datetime The UTC date and time that the file or folder was last modified.
Img String The file extension for a file.
Name String The full name of a file.
Size String The size of the file. The file size limit varies based on the cloud storage provider.
Supported Boolean When true, Docusign supports the file type for upload.
Type String The type of cloud storage item. Valid values are file and folder.
Uri String The URI for the file or folder.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434