Retrieving Reports From the ReportCaster Library

This RESTful web service request can be used to retrieve a report for a specific version from the ReportCaster Library.

HTTP Method: GET

REST URL Format:

http://host:port/ibi_apps/rs/ibfs?IBIRS_path=path/libraryFile.lib$(version)&IBIRS_action=run

where:

host

Is the name of the system where WebFOCUS is installed.

port

Is the port number used by WebFOCUS.

version

Is the version of the library output.

Note that if $(version) is omitted or version is replaced with a 0, then the latest revision is retrieved.

Example:

http://server:port/ibi_apps/rs?IBIRS_path=/WFC/Repository/Tests/L1ch6eqp6101.lib$(7)&IBIRS_action=run

GET Request URL:

http://host:port/ibi_apps/rs/ibfs?IBIRS_path=path/libraryFile.lib$(version)&IBIRS_action=run

where:

host

Is the name of the system where WebFOCUS is installed.

port

Is the port number used by WebFOCUS.

version

Is the version of the library output.

Response:

The report output is displayed.

WebFOCUS

Feedback