Non-Production Reporting Jobs

For a non-Production Reporting report, the SmartCut get should specify the OutputCollection item, as follows:

http://hostname:port/workspace/browse/get/folderPath/JobName?mimetype=mimeType

This SmartCut returns the latest output for the job.

To look up the exact MIME type, in Explore, select an item of the type you want to get, right-click and select Properties from the shortcut menu, then click Advanced.

For a report named Expenses in the Finance folder that is run by an application called ReportGenerator, the SmartCut to get the output would be:

http://apollo/workspace/browse/get/Finance/Expenses?mimetype=ReportGenerator%20Job%20Output

Note that the ?mimetype=type parameter is necessary, because the job itself is called Expenses. Without the mimetype parameter, the SmartCut would run the job. By specifying the MIME type, you can return only the output artifacts.