GetDocumentConversionOptions
Retrieves a list of DocumentConversionOptions. A document conversion option includes a file type, output format, mime type and parameter definitions.
Request elements
FileType
String. The file type about which to retrieve the conversion options. When FileType is not set, the response includes options for all the Java report documents. In this case, GetDocumentConversionOptions ignores OutputFormat.
When a FileType is set, GetDocumentConversionOptions returns the options for the conversion to the specified OutputFormat.
OutputFormat
String. The display format about which to retrieve the conversion options. When OutputFormat is not specified, the response includes parameters for all output formats.
If the FileType or OutputFormat fields specify unsupported formats, GetDocumentConversionOptions returns a SOAP fault.
Response element
ConversionOptions
ArrayOfDocumentConversionOptions. The list of DocumentConversionOptions.