Calling WebFOCUS RESTful Web Service Requests

For each WebFOCUS RESTful web service request, the portion of the URL path following rs can be represented as a parameter. IBIRS_service represents the parameter for the category and IBIRS_path represents the path to the specific functionality that is being performed.

Example:

In the following example, the REST URL for Example 1 from Listing Folders and Subfolders shows the REST URL as:

http://localhost:8080/ibi_apps/rs/ibfs/WFC/Repository?IBIRS_action=get

This request can also be sent as follows:

http://localhost:8080/ibi_apps/rs?IBIRS_action=get&IBIRS_path=/WFC/Repository&IBIRS_service=ibfs

WebFOCUS