Docusign CSharp Docs
|
Represents a collection of functions to interact with the API endpoints More...
Classes | |
class | ListItemsOptions |
Gets a list of the envelopes in the specified folder. Retrieves a list of the envelopes in the specified folder. You can narrow the query by specifying search criteria in the query string parameters. More... | |
class | ListOptions |
Gets a list of the folders for the account. Retrieves a list of the folders for the account, including the folder hierarchy. You can specify whether to return just the template folder or template folder and normal folders by setting the `template` query string parameter. More... | |
class | SearchOptions |
Gets a list of envelopes in folders matching the specified criteria. Retrieves a list of envelopes that match the criteria specified in the query. If the user ID of the user making the call is the same as the user ID for any returned recipient, then the userId property is added to the returned information for those recipients. More... | |
Public Member Functions | |
FoldersApi (DocuSignClient aplClient) | |
Initializes a new instance of the FoldersApi class using AplClient object More... | |
String | GetBasePath () |
Gets the base path of the API client. More... | |
FoldersResponse | List (string accountId, FoldersApi.ListOptions options=null) |
Gets a list of the folders for the account. Retrieves a list of the folders for the account, including the folder hierarchy. You can specify whether to return just the template folder or template folder and normal folders by setting the `template` query string parameter. More... | |
ApiResponse< FoldersResponse > | ListWithHttpInfo (string accountId, FoldersApi.ListOptions options=null) |
Gets a list of the folders for the account. Retrieves a list of the folders for the account, including the folder hierarchy. You can specify whether to return just the template folder or template folder and normal folders by setting the `template` query string parameter. More... | |
async System.Threading.Tasks.Task< FoldersResponse > | ListAsync (string accountId, FoldersApi.ListOptions options=null) |
Gets a list of the folders for the account. Retrieves a list of the folders for the account, including the folder hierarchy. You can specify whether to return just the template folder or template folder and normal folders by setting the `template` query string parameter. More... | |
async System.Threading.Tasks.Task< ApiResponse< FoldersResponse > > | ListAsyncWithHttpInfo (string accountId, FoldersApi.ListOptions options=null) |
Gets a list of the folders for the account. Retrieves a list of the folders for the account, including the folder hierarchy. You can specify whether to return just the template folder or template folder and normal folders by setting the `template` query string parameter. More... | |
FolderItemsResponse | ListItems (string accountId, string folderId, FoldersApi.ListItemsOptions options=null) |
Gets a list of the envelopes in the specified folder. Retrieves a list of the envelopes in the specified folder. You can narrow the query by specifying search criteria in the query string parameters. More... | |
ApiResponse< FolderItemsResponse > | ListItemsWithHttpInfo (string accountId, string folderId, FoldersApi.ListItemsOptions options=null) |
Gets a list of the envelopes in the specified folder. Retrieves a list of the envelopes in the specified folder. You can narrow the query by specifying search criteria in the query string parameters. More... | |
async System.Threading.Tasks.Task< FolderItemsResponse > | ListItemsAsync (string accountId, string folderId, FoldersApi.ListItemsOptions options=null) |
Gets a list of the envelopes in the specified folder. Retrieves a list of the envelopes in the specified folder. You can narrow the query by specifying search criteria in the query string parameters. More... | |
async System.Threading.Tasks.Task< ApiResponse< FolderItemsResponse > > | ListItemsAsyncWithHttpInfo (string accountId, string folderId, FoldersApi.ListItemsOptions options=null) |
Gets a list of the envelopes in the specified folder. Retrieves a list of the envelopes in the specified folder. You can narrow the query by specifying search criteria in the query string parameters. More... | |
FoldersResponse | MoveEnvelopes (string accountId, string folderId, FoldersRequest foldersRequest=null) |
Moves an envelope from its current folder to the specified folder. Moves envelopes to the specified folder. More... | |
ApiResponse< FoldersResponse > | MoveEnvelopesWithHttpInfo (string accountId, string folderId, FoldersRequest foldersRequest=null) |
Moves an envelope from its current folder to the specified folder. Moves envelopes to the specified folder. More... | |
async System.Threading.Tasks.Task< FoldersResponse > | MoveEnvelopesAsync (string accountId, string folderId, FoldersRequest foldersRequest=null) |
Moves an envelope from its current folder to the specified folder. Moves envelopes to the specified folder. More... | |
async System.Threading.Tasks.Task< ApiResponse< FoldersResponse > > | MoveEnvelopesAsyncWithHttpInfo (string accountId, string folderId, FoldersRequest foldersRequest=null) |
Moves an envelope from its current folder to the specified folder. Moves envelopes to the specified folder. More... | |
FolderItemResponse | Search (string accountId, string searchFolderId, FoldersApi.SearchOptions options=null) |
Gets a list of envelopes in folders matching the specified criteria. Retrieves a list of envelopes that match the criteria specified in the query. If the user ID of the user making the call is the same as the user ID for any returned recipient, then the userId property is added to the returned information for those recipients. More... | |
ApiResponse< FolderItemResponse > | SearchWithHttpInfo (string accountId, string searchFolderId, FoldersApi.SearchOptions options=null) |
Gets a list of envelopes in folders matching the specified criteria. Retrieves a list of envelopes that match the criteria specified in the query. If the user ID of the user making the call is the same as the user ID for any returned recipient, then the userId property is added to the returned information for those recipients. More... | |
async System.Threading.Tasks.Task< FolderItemResponse > | SearchAsync (string accountId, string searchFolderId, FoldersApi.SearchOptions options=null) |
Gets a list of envelopes in folders matching the specified criteria. Retrieves a list of envelopes that match the criteria specified in the query. If the user ID of the user making the call is the same as the user ID for any returned recipient, then the userId property is added to the returned information for those recipients. More... | |
async System.Threading.Tasks.Task< ApiResponse< FolderItemResponse > > | SearchAsyncWithHttpInfo (string accountId, string searchFolderId, FoldersApi.SearchOptions options=null) |
Gets a list of envelopes in folders matching the specified criteria. Retrieves a list of envelopes that match the criteria specified in the query. If the user ID of the user making the call is the same as the user ID for any returned recipient, then the userId property is added to the returned information for those recipients. More... | |
Public Member Functions inherited from DocuSign.eSign.Api.IFoldersApi | |
FoldersResponse | List (string accountId, FoldersApi.ListOptions options=null) |
Gets a list of the folders for the account. More... | |
ApiResponse< FoldersResponse > | ListWithHttpInfo (string accountId, FoldersApi.ListOptions options=null) |
Gets a list of the folders for the account. More... | |
FolderItemsResponse | ListItems (string accountId, string folderId, FoldersApi.ListItemsOptions options=null) |
Gets a list of the envelopes in the specified folder. More... | |
ApiResponse< FolderItemsResponse > | ListItemsWithHttpInfo (string accountId, string folderId, FoldersApi.ListItemsOptions options=null) |
Gets a list of the envelopes in the specified folder. More... | |
FolderItemResponse | Search (string accountId, string searchFolderId, FoldersApi.SearchOptions options=null) |
Gets a list of envelopes in folders matching the specified criteria. More... | |
ApiResponse< FolderItemResponse > | SearchWithHttpInfo (string accountId, string searchFolderId, FoldersApi.SearchOptions options=null) |
Gets a list of envelopes in folders matching the specified criteria. More... | |
System.Threading.Tasks.Task< FoldersResponse > | ListAsync (string accountId, FoldersApi.ListOptions options=null) |
Gets a list of the folders for the account. More... | |
System.Threading.Tasks.Task< ApiResponse< FoldersResponse > > | ListAsyncWithHttpInfo (string accountId, FoldersApi.ListOptions options=null) |
Gets a list of the folders for the account. More... | |
System.Threading.Tasks.Task< FolderItemsResponse > | ListItemsAsync (string accountId, string folderId, FoldersApi.ListItemsOptions options=null) |
Gets a list of the envelopes in the specified folder. More... | |
System.Threading.Tasks.Task< ApiResponse< FolderItemsResponse > > | ListItemsAsyncWithHttpInfo (string accountId, string folderId, FoldersApi.ListItemsOptions options=null) |
Gets a list of the envelopes in the specified folder. More... | |
System.Threading.Tasks.Task< FolderItemResponse > | SearchAsync (string accountId, string searchFolderId, FoldersApi.SearchOptions options=null) |
Gets a list of envelopes in folders matching the specified criteria. More... | |
System.Threading.Tasks.Task< ApiResponse< FolderItemResponse > > | SearchAsyncWithHttpInfo (string accountId, string searchFolderId, FoldersApi.SearchOptions options=null) |
Gets a list of envelopes in folders matching the specified criteria. More... | |
Properties | |
DocuSignClient | ApiClient [get, set] |
Gets or sets the ApiClient object More... | |
DocuSign.eSign.Client.ExceptionFactory | ExceptionFactory [get, set] |
Provides a factory method hook for the creation of exceptions. More... | |
Properties inherited from DocuSign.eSign.Client.IApiAccessor | |
DocuSignClient | ApiClient [get, set] |
Gets or sets the ApiClient object More... | |
ExceptionFactory | ExceptionFactory [get, set] |
Provides a factory method hook for the creation of exceptions. More... | |
Represents a collection of functions to interact with the API endpoints
|
inline |
Initializes a new instance of the FoldersApi class using AplClient object
aplClient | An instance of AplClient |
|
inline |
|
inline |
Gets a list of the folders for the account. Retrieves a list of the folders for the account, including the folder hierarchy. You can specify whether to return just the template folder or template folder and normal folders by setting the `template` query string parameter.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
options | Options for modifying the behavior of the function. |
|
inline |
Gets a list of the folders for the account. Retrieves a list of the folders for the account, including the folder hierarchy. You can specify whether to return just the template folder or template folder and normal folders by setting the `template` query string parameter.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
options | Options for modifying the behavior of the function. |
|
inline |
Gets a list of the folders for the account. Retrieves a list of the folders for the account, including the folder hierarchy. You can specify whether to return just the template folder or template folder and normal folders by setting the `template` query string parameter.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
options | Options for modifying the behavior of the function. |
|
inline |
Gets a list of the envelopes in the specified folder. Retrieves a list of the envelopes in the specified folder. You can narrow the query by specifying search criteria in the query string parameters.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
folderId | The ID of the folder being accessed. |
options | Options for modifying the behavior of the function. |
|
inline |
Gets a list of the envelopes in the specified folder. Retrieves a list of the envelopes in the specified folder. You can narrow the query by specifying search criteria in the query string parameters.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
folderId | The ID of the folder being accessed. |
options | Options for modifying the behavior of the function. |
|
inline |
Gets a list of the envelopes in the specified folder. Retrieves a list of the envelopes in the specified folder. You can narrow the query by specifying search criteria in the query string parameters.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
folderId | The ID of the folder being accessed. |
options | Options for modifying the behavior of the function. |
|
inline |
Gets a list of the envelopes in the specified folder. Retrieves a list of the envelopes in the specified folder. You can narrow the query by specifying search criteria in the query string parameters.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
folderId | The ID of the folder being accessed. |
options | Options for modifying the behavior of the function. |
|
inline |
Gets a list of the folders for the account. Retrieves a list of the folders for the account, including the folder hierarchy. You can specify whether to return just the template folder or template folder and normal folders by setting the `template` query string parameter.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
options | Options for modifying the behavior of the function. |
|
inline |
Moves an envelope from its current folder to the specified folder. Moves envelopes to the specified folder.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
folderId | The ID of the folder being accessed. |
foldersRequest | (optional) |
Implements DocuSign.eSign.Api.IFoldersApi.
|
inline |
Moves an envelope from its current folder to the specified folder. Moves envelopes to the specified folder.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
folderId | The ID of the folder being accessed. |
foldersRequest | (optional) |
Implements DocuSign.eSign.Api.IFoldersApi.
|
inline |
Moves an envelope from its current folder to the specified folder. Moves envelopes to the specified folder.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
folderId | The ID of the folder being accessed. |
foldersRequest | (optional) |
Implements DocuSign.eSign.Api.IFoldersApi.
|
inline |
Moves an envelope from its current folder to the specified folder. Moves envelopes to the specified folder.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
folderId | The ID of the folder being accessed. |
foldersRequest | (optional) |
Implements DocuSign.eSign.Api.IFoldersApi.
|
inline |
Gets a list of envelopes in folders matching the specified criteria. Retrieves a list of envelopes that match the criteria specified in the query. If the user ID of the user making the call is the same as the user ID for any returned recipient, then the userId property is added to the returned information for those recipients.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
searchFolderId | Specifies the envelope group that is searched by the request. These are logical groupings, not actual folder names. Valid values are: drafts, awaiting_my_signature, completed, out_for_signature. |
options | Options for modifying the behavior of the function. |
|
inline |
Gets a list of envelopes in folders matching the specified criteria. Retrieves a list of envelopes that match the criteria specified in the query. If the user ID of the user making the call is the same as the user ID for any returned recipient, then the userId property is added to the returned information for those recipients.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
searchFolderId | Specifies the envelope group that is searched by the request. These are logical groupings, not actual folder names. Valid values are: drafts, awaiting_my_signature, completed, out_for_signature. |
options | Options for modifying the behavior of the function. |
|
inline |
Gets a list of envelopes in folders matching the specified criteria. Retrieves a list of envelopes that match the criteria specified in the query. If the user ID of the user making the call is the same as the user ID for any returned recipient, then the userId property is added to the returned information for those recipients.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
searchFolderId | Specifies the envelope group that is searched by the request. These are logical groupings, not actual folder names. Valid values are: drafts, awaiting_my_signature, completed, out_for_signature. |
options | Options for modifying the behavior of the function. |
|
inline |
Gets a list of envelopes in folders matching the specified criteria. Retrieves a list of envelopes that match the criteria specified in the query. If the user ID of the user making the call is the same as the user ID for any returned recipient, then the userId property is added to the returned information for those recipients.
DocuSign.eSign.Client.ApiException | Thrown when fails to make API call |
accountId | The external account number (int) or account ID Guid. |
searchFolderId | Specifies the envelope group that is searched by the request. These are logical groupings, not actual folder names. Valid values are: drafts, awaiting_my_signature, completed, out_for_signature. |
options | Options for modifying the behavior of the function. |
|
getset |
Gets or sets the ApiClient object
An instance of the ApiClient
|
getset |
Provides a factory method hook for the creation of exceptions.