3.1.4.28.2.2 GetSparklinesResponse

The result data for the GetSparklines WSDL operation.

 <xs:element name="GetSparklinesResponse">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="1" name="GetSparklinesResult" type="tns:CommandResult"/>
       <xs:element minOccurs="0" maxOccurs="1" name="imageFormatType" type="xs:string"/>
       <xs:element minOccurs="0" maxOccurs="1" name="binarySparklineImage" type="xs:base64Binary"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

GetSparklinesResult: A CommandResult as specified in section 2.2.4.21. MUST be present.

imageFormatType: The image format type that is present in the binarySparklineImage field. MUST be the string "x-png".

binarySparklineImage: The image of the sparklines. MUST be present. MUST be in the format specified in [RFC2083].