GetEmbeddedComponent
Retrieves an embedded component from a report.
Request elements
ObjectId
String. The ID of the object from which to retrieve the data.
Operation
String. The type of data to retrieve. Valid values are:

GetStaticData
Retrieves static data.

GetDynamicData
Retrieves dynamic data

GetStyleSheet
Retrieves the style sheet
StreamName
String. The stream name. Required if the operation is GetStaticData, optional otherwise.
Embed
Int. Required if the operation is GetStaticData, optional otherwise.
ComponentId
String. The ID of the component from which to retrieve the data. Required if the operation is GetDynamicData, optional otherwise.
ScalingFactor
Long. Supported only for GetDynamicData and GetStaticData operations. Adapts the size of a Reportlet to the Reportlet frame.
AcceptEncoding
String. The list of encoding methods the browser supports.
DownloadEmbedded
Boolean. 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.
Format
String. Applies only if the operation is GetDynamicData. The format in which the report displays. To support users clicking a point in a chart to navigate to different report sections, set Format to ImageMapURL and set the CoordinateX and CoordinateY elements.
CoordinateX
Long. The x-axis coordinate of the chart element the user chose. Required if Format is ImageMapURL.
CoordinateY
Long. The y-axis coordinate of the chart element the user chose. Required if Format is ImageMapURL.
RedirectPath
String. The context path to the hyperlink.
Response elements
EmbeddedRef
Attachment. Contains the following properties of the attachment:

MimeType

ContentEncoding

ContentLength

Locale
ConnectionHandle
String. The ID of the report. Supports viewing a report when the report is already in iHub System. Specified in the SOAP header.
DataLinkingURL
String. The URL of the hyperlink if Format is set to ImageMapURL. If no hyperlink is associated with the URL, an empty string is returned. If DataLinkingURL is used, no attachment is returned.