Creating REST URIs to run data-push reports

You can create REST URIs to run traditional data-push reports.

About this task

To create a REST URI to run a traditional data-push report:

Procedure

  1. On the HCL Compass Web toolbar, click the arrow next to New Change Request and select New REST URI.
    The New REST URI wizard opens.
  2. Select Run a report from the REST URI Type list.
  3. Select a report from the workspace display in the Select a report field.
  4. Optional: To add HCL Compass Web logon parameters to the REST URI, select the Automatically log in check box.
  5. Optional: To include the banner, workspace tree, and main toolbar in the window that opens when the REST URI runs, select the Include the banner, workspace tree, and main toolbar check box.
  6. Click Create.
    The REST URI template appears in the REST URI Template field.
  7. Copy the template into a text editor and replace the placeholders, enclosed by double curly brackets {{ }}, with appropriate values.

    Optional: Change the default format for the resource request from HTML to XML or ATOM.

  8. Copy the modified template into your Web application or another Web browser window.
  9. Click Reset to create a new REST URI template or Close to exit.

Example

Example

The following REST URI template to run a traditional data-push report was created by using the New REST URI wizard. In this example, the check box Automatically log in was selected to create the REST URI.

http://CQWebServerHost/cqweb/restapi/YourConnection/YourUserDB/REPORT/ReportSpecification?format=HTML&loginId={{loginid}}&password={{password}}&noframes=true
The variables and template placeholders have the following meanings:
CQWebServerHost
Web address of your HCL Compass Web server host. This value is defined when the REST URI template is created.
YourConnection
Your HCL Compass connection. This value is defined when the REST URI template is created.
YourUserDB
Your HCL Compass user database. This value is defined when the REST URI template is created.
ReportSpecification
The report specification that you selected in the Select a report field.
format
The default format for the resource request is HTML. You can change the format to XML or ATOM, if desired.
{{loginid}}
Replace this placeholder with your logon ID.
{{password}}
Replace this placeholder with your password.
noframes=
If this value is true, the HCL Compass Web banner, workspace tree, and main toolbar do not appear when you run the REST URI to view the resource. The noframes value is relevant only if format=HTML.