DocuSign.Api.WorkspaceItems.workspace_folder_get_workspace_folder
You're seeing just the function
workspace_folder_get_workspace_folder
, go back to DocuSign.Api.WorkspaceItems module for more information.
Link to this function
workspace_folder_get_workspace_folder(connection, account_id, folder_id, workspace_id, opts \\ [])
View SourceSpecs
workspace_folder_get_workspace_folder( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.WorkspaceFolderContents.t()} | {:error, Tesla.Env.t()}
List Workspace Folder Contents Retrieves workspace folder contents, which can include sub folders and files.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- folder_id (String.t): The ID of the folder being accessed.
- workspace_id (String.t): Specifies the workspace ID GUID.
- opts (KeywordList): [optional] Optional parameters
- :count (String.t): The maximum number of results to be returned by this request.
- :include_files (String.t): When set to true, file information is returned in the response along with folder information. The default is false.
- :include_sub_folders (String.t): When set to true, information about the sub-folders of the current folder is returned. The default is false.
- :include_thumbnails (String.t): When set to true, thumbnails are returned as part of the response. The default is false.
- :include_user_detail (String.t): Set to true to return extended details about the user. The default is false.
- :start_position (String.t): The position within the total result set from which to start returning values.
- :workspace_user_id (String.t): If set, then the results are filtered to those associated with the specified userId.
Returns
} on success {:error, info} on failure