-
Notifications
You must be signed in to change notification settings - Fork 100
Folders.API
Nikhil Mashettiwar edited this page Jun 25, 2015
·
4 revisions
Public API for DocuSign Folders API
- Source:
-
Get information about envelopes for the account with the given
apiToken
.Name Type Description envelopeType
string The type of envelope to get. Valid values are 'all', 'awaiting_my_signature', 'out_for_signature', 'completed', and 'drafts'.
doFullRetrieval
boolean If true, retrieve all envelopes of the given
envelopeType
. Otherwise, only get the first 50 most recent envelopes.callback
function Returns envelope info that is in
response.folderItems
.- Source:
-
Search DS envelopes with the given
searchTerm
.Name Type Description searchTerm
string The term that the DS API should search for.
callback
function Returns the list of envelopes matching the search term.
- Source: