Actuate Information Delivery API operations : GetDataExtractionFormats
 
GetDataExtractionFormats
Retrieves a list of DataExtractionFormat objects for a specific file type. These objects consist of an output format and a mime type.
Request schema
<xsd:complexType name="GetDataExtractionFormats">
<xsd:sequence>
<xsd:element name="FileType" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Request elements
FileType
The name of the file type about which to retrieve information.
Response schema
<xsd:complexType name="GetDataExtractionFormatsResponse">
<xsd:sequence>
<xsd:element name="DataExtractionFormats"
type="typens:ArrayOfDataExtractionFormat"/>
</xsd:sequence>
</xsd:complexType>
Response elements
DataExtractionFormats
The list of DataExtractionFormat objects.