complexType WorkRequest
diagram wp_diagrams/wp_p2900.png
namespace http://base.api.wp.n2.tibco.com
type extension of BaseWorkRequest
properties
base BaseWorkRequest
children resourceId channelId channelType responsePayloadMode workListViewId getGlobalValues workItem workTypeDetail payloadDetails
attributes
Name  Type  Use  Default  Fixed  Annotation
action  ActionType        
documentation
** PRIVATE API - Reserved for internal use**

Defines the action for this request. (This is only required when calling WP Extender Servlet Chaning mechanism.)
annotation
documentation
Base work request to retrieve details of a work item, supplying payload information.
source <xsd:complexType name="WorkRequest">
 
<xsd:annotation>
   
<xsd:documentation>Base work request to retrieve details of a work item, supplying payload information.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="BaseWorkRequest">
     
<xsd:sequence>
       
<xsd:element name="payloadDetails" type="df:dataPayload">
         
<xsd:annotation>
           
<xsd:documentation>Data payload for the specified work item.</xsd:documentation>
         
</xsd:annotation>
       
</xsd:element>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element WorkRequest/payloadDetails
diagram wp_diagrams/wp_p2901.png
type dataPayload
properties
content complex
children serializedPayload XmlPayload
attributes
Name  Type  Use  Default  Fixed  Annotation
payloadMode  payloadModeType    JSON    
documentation
Enumerated value defining the format of the data payload (JSON or XML).

If not specified, the default value is JSON.

(RSS is currently not supported.)
annotation
documentation
Data payload for the specified work item.
source <xsd:element name="payloadDetails" type="df:dataPayload">
 
<xsd:annotation>
   
<xsd:documentation>Data payload for the specified work item.</xsd:documentation>
 
</xsd:annotation>
</xsd:element>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy