Actuate Information Delivery API operations : ExportParameterDefinitionsToFile
 
ExportParameterDefinitionsToFile
Exports parameter definitions associated with the specified file to a new file.
Request schema
<xsd:complexType name="ExportParameterDefinitionsToFile">
<xsd:sequence>
<xsd:element name="ParameterList"
type="typens:ArrayOfParameterDefinition"/>
<xsd:element name="DownloadEmbedded" type="xsd:boolean"
default="false" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
Request elements
ParameterList
The parameters to export.
DownloadEmbedded
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.
Response schema
<xsd:complexType name="ExportParameterDefinitionsToFileResponse">
<xsd:sequence>
<xsd:element name="Content" type="typens:Attachment"/>
</xsd:sequence>
</xsd:complexType>
Response elements
Content
The exported parameter definitions.