How to add and delete items in Favorites using Web Services RESTful request


Technique

Product: WebFOCUS Application and Enterprise Editions
Release: 8207
Primary OS: Windows
Solution Date:

Problem

How to add and delete items in Favorites using Web Services RESTful request.

Solution

To add and delete items in Favorites using Web Services RESTful request, provide a template for the IBIRS_object for putItem. For example:

<rootObject _jt="IBFSMRObject" description="<description>" extension="fex" type="LinkItem">
    <properties size="3">
        <entry key="LinkToContainer" value="FALSE"/>
        <entry key="LinkToObjType" value="FexFile"/>
        <entry key="LinkToPath" value="<PathToRealFex>"/>
    </properties>
</rootObject>