DocuSign.Api.WorkspaceItems.workspace_file_pages_get_workspace_file_pages
You're seeing just the function
workspace_file_pages_get_workspace_file_pages
, go back to DocuSign.Api.WorkspaceItems module for more information.
Link to this function
workspace_file_pages_get_workspace_file_pages(connection, account_id, file_id, folder_id, workspace_id, opts \\ [])
View SourceSpecs
workspace_file_pages_get_workspace_file_pages( Tesla.Env.client(), String.t(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.PageImages.t()} | {:error, Tesla.Env.t()}
List File Pages Retrieves a workspace file as rasterized pages.
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
- :count (String.t): The maximum number of results to be returned by this request.
- :dpi (String.t): Number of dots per inch for the resulting image. The default if not used is 94. The range is 1-310.
- :max_height (String.t): Sets the maximum height (in pixels) of the returned image.
- :max_width (String.t): Sets the maximum width (in pixels) of the returned image.
- :start_position (String.t): The position within the total result set from which to start returning values. The value thumbnail may be used to return the page image.
Returns
} on success {:error, info} on failure