GetDynamicData
Retrieves dynamic data from a report.
Request elements
Object
ObjectIdentifier. The ID of the object from which to retrieve the dynamic data.
ViewParameter
ViewParameter. The viewing parameters.
Component
ComponentType. The name, display name, or ID, and the value of the component for which to retrieve the dynamic data.
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.
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.
Response elements
DynamicDataRef
Attachment. The details of the attachment such as contentId, contentType, contentLength, contentEncoding, locale, and contentData.
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. If Format is ImageMapURL, the URL of the hyperlink. If no hyperlink is associated with the URL, an empty string is returned. If DataLinkingURL is used, an attachment is not returned.