GetJavaReportTOC
Retrieves the table of contents (TOC) of the document.
Request schema
<xsd:complexType name="GetJavaReportTOC">
<xsd:sequence>
<xsd:element name="Object" type="typens:ObjectIdentifier"/>
<xsd:element name="DownloadEmbedded" type="xsd:boolean"
default="false" minOccurs="0"/>
<xsd:element name="Component"
type="typens:ArrayOfNameValuePair" minOccurs="0"/>
<xsd:element name="Recursive" type="xsd:boolean"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Request elements
Object
The ID of the object from which to retrieve the TOC.
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.
Component
The name, display name, or ID, and the value of the component from which to retrieve the TOC.
Recursive
Specifies whether to search subfolders. If True, the search includes subfolders. The default value is False.
Response schema
<xsd:complexType name="GetJavaReportTOCResponse">
<xsd:sequence>
<xsd:element name="TOCRef" type="typens:Attachment"
minOccurs="0"/>
<xsd:element name="ConnectionHandle" type="xsd:string"
minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Response elements
TocRef
The details of the attachment such as contentId, contentType, contentLength, contentEncoding, locale, and contentData.
ConnectionHandle
The ID of the report. Supports viewing a report when the report is already in iHub System. Specified in the SOAP header.