GetFileTypeParameterDefinitions
Retrieves parameters of the specified file type on the BIRT iHub to which the user is logged in.
Request schema
<xsd:complexType name="GetFileTypeParameterDefinitions">
<xsd:sequence>
<xsd:element name="FileType" type="xsd:string"/>
</xsd:sequence>
</xsd:complexType>
Request elements
FileType
The name of the file type for which to retrieve information.
Response schema
<xsd:complexType name="GetFileTypeParameterDefinitionsResponse"> <xsd:sequence>
<xsd:element name="ParameterList"
type="typens:ArrayOfParameterDefinition"/>
</xsd:sequence>
</xsd:complexType>
Response elements
ParameterList
The list of parameters.