SOAP API - addCurrentResourceToView

The table summarizes the SOAP API - addCurrentResourceToView.

Request Uses the addCurrentResourceToView element (from the WorkListService schema)
Parameter notes
  • workListViewID: the unique ID of the work view.
Response Returns a addCurrentResourceToViewResponse element (from the WorkListService schema)
Example Request:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:api="http://api.brm.n2.tibco.com">

   <soapenv:Header/>

   <soapenv:Body>

      <api:addCurrentResourceToView workListViewID="5"/>

   </soapenv:Body>

</soapenv:Envelope>
Response:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP-ENV:Header/>

<SOAP-ENV:Body>

<addCurrentResourceToViewResponse workListViewID="5" xmlns="http://api.brm.n2.tibco.com"/>

</SOAP-ENV:Body>

</SOAP-ENV:Envelope>