DocuSign.Api.WorkspaceItems.workspace_file_get_workspace_file
You're seeing just the function
workspace_file_get_workspace_file
, go back to DocuSign.Api.WorkspaceItems module for more information.
Link to this function
workspace_file_get_workspace_file(connection, account_id, file_id, folder_id, workspace_id, opts \\ [])
View SourceSpecs
workspace_file_get_workspace_file( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Get Workspace File Retrieves a workspace file (the binary).
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- file_id (String.t): Specifies the room file 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
- :is_download (String.t): When set to true, the Content-Disposition header is set in the response. The value of the header provides the filename of the file. Default is false.
- :pdf_version (String.t): When set to true the file returned as a PDF.
Returns
} on success {:error, info} on failure