To view a report, a document, or a form stored in the repository, use the get SmartCut, which has this syntax:
http://servletsHost:servletsPort/workspace/browse/get/folderPath/item[?version=versionNumber][?mimetype=mimeType][?latest=true]
servletsHost is the name of the host computer on which the servlets run
servletsPort is the port number of the Web server on which the servlets run (you can omit :servletsPort if port number is 80)
browse is the default Web application deployment name. If you named this directory differently in your Web server software, substitute the correct name.
folderPath can be one folder name, or it can be a folder path. (For example: folder/subfolder/subfolder/….) The folder name should match the folder names stored in EPM Workspace.
item is the name of the item you want to view. Word documents, spreadsheets, HTML forms, and reports are examples of the types of items you can specify. The item name must match the name given to the item when it was imported to EPM Workspace.
versionNumber, part of the optional ?version argument, is the version number of the item. If you do not supply the version number, the SmartCut retrieves the latest version.
mimeType is the MIME type of the item.
The SmartCut examples that follow invoke EPM Workspace and retrieve the target document, report, or form stored in the system. If the user is not logged into a EPM Workspace servlet, the login page displays prior to processing the URL and retrieving the item.
This example shows a SmartCut that retrieves an e-mail address list stored in a folder called Sales, which is a subfolder of SampleContent. This document is an HTML file, so the document is returned to the browser for viewing.
http://apollo/workspace/browse/get/SampleContent/Sales/Email_Address_list
The SmartCut in this example retrieves a report that was generated from a previously run Production Reporting job. You can also run the report instantly. See run Command for more information.
http://apollo/workspace/browse/get/SampleContent/Sales/sales.htm