GetStaticData
Retrieves static types of data from a report. Static data is information within a report that does not change during the run of the report, such as images or other resources.
Request schema
<xsd:complexType name="GetStaticData">
<xsd:sequence>
<xsd:element name="Object" type="typens:ObjectIdentifier"/>
<xsd:element name="ViewParameter"
type="typens:ViewParameter" minOccurs="0"/>
<xsd:element name="Stream" type="typens:Stream"/>
<xsd:element name="DownloadEmbedded" type="xsd:boolean"
default="false" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Request elements
Object
The ID of the object from which to retrieve static data.
ViewParameter
The viewing parameters.
Stream
The stream name and embedded property.
DownloadEmbedded
Specifies whether to send the attachment embedded in the body of the SOAP message or in a separate MIME boundary. If True, the response contains the attachment as embedded data. If False, the attachment is in a separate MIME boundary. The default value is False.
Response schema
<xsd:complexType name="GetStaticDataResponse">
<xsd:sequence>
<xsd:element name="StaticDataRef" type="typens:Attachment"/>
<xsd:element name="ConnectionHandle" type="xsd:string"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Response elements
StaticDataRef
The details of the attachment.
ConnectionHandle
The ID of the report. Supports viewing a report when the report is already in iHub System. Specified in the SOAP header.