Actuate Information Delivery API operations : FetchInfoObjectData
 
FetchInfoObjectData
Retrieves data from an information object.
Request schema
<xsd:complexType name="FetchInfoObjectData">
<xsd:sequence>
<xsd:element name="DataFetchHandle" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
Request elements
DataFetchHandle
The handle to the information object.
Response schema
<xsd:complexType name="FetchInfoObjectDataResponse">
<xsd:sequence>
<xsd:choice minOccurs="0">
<xsd:element name="DataRef" type="typens:Attachment" />
<xsd:element name="Data" type="typens:InfoObjectData" />
</xsd:choice>
<xsd:element name="DataFetchHandle" type="xsd:string" minOccurs="0" />
<xsd:element name="ConnectionHandle" type="xsd:string"
minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
Response elements
DataRef
An attachment containing the details of the information object data.
Data
The data from the information object.
DataFetchHandle
The handle to the information object.
ConnectionHandle
The ID of the object. Supports viewing objects that are already in the iHub System. Specified in the SOAP header.