ReportCaster RESTful Web Service Requests

In this section:

This section describes the enhancements to the ReportCaster RESTful Web Service requests.


Top of page

x
Creating and Updating an Address Book

An optional parameter called AddEntriesObject is now supported in the body of this request.

IBIRS_action=put&IBIRS_object=Object&IBIRS_replace=ReplaceAddressBook&IBIRS_private=MakePrivate&
IBIRS_args=AddEntriesObject

where:

AddEntriesObject

Is the XML object that is used to indicate that additional entries are to be added to the Address Book. The Address Book must first be retrieved and the additional entries must be included within the destinationList tags as part of the Object definition for IBIRS_object. The existing entries in the Address Book do not have to be included within the destinationList tags. IBIRS_replace should be set to true.

<object _jt="HashMap">
<entry>
<key _jt="string" value="insertitems"/>
<value _jt="string" value="true"/>
</entry>
</object>

For more information, see the WebFOCUS RESTful Web Services Developer’s Guide.


Top of page

x
ReportCaster Log and Console Functionality

ReportCaster RESTful Web Service requests can now be configured for ReportCaster log and console functionality.

For more information, see the WebFOCUS RESTful Web Services Developer’s Guide.


WebFOCUS