Actuate Information Delivery API operations : GetInfoObject
 
GetInfoObject
Retrieves an information object.
Request schema
<xsd:complexType name="GetInfoObject">
<xsd:sequence>
<xsd:choice>
<xsd:element name="InfoObjectName" type="xsd:string" />
<xsd:element name="InfoObjectId" type="xsd:string" />
<xsd:element name="SupportedQueryFeatures"
type="typens:SupportedQueryFeatures" minOccurs="0" />
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
Request elements
InfoObjectName
The name of the information object.
InfoObjectId
The object ID of the information object.
SupportedQueryFeatures
Other features on which to query the information object.
Response schema
<xsd:complexType name="GetInfoObjectResponse">
<xsd:sequence>
<xsd:element name="InfoObject" type="typens:Query" />
</xsd:sequence>
</xsd:complexType>
Response elements
InfoObject
The information object.