<request type="EXPORT_APPLICATION_TEMPLATE" desc="Exporting Application Template">
<parameters>
<parameter name="APPLICATION" value="SAMPLE1"/> (1)
</parameters>
<contents> (2)
</contents>
</request>
Exporting Application Template
This manual is in pilot operation.
|
(fusion_place >= 11.1)
This feature is available only with an extreme license. |
This function exports an application template, meaning all design objects included in the application. Only users authorized as Designer can execute this request.
The exported application template is in hexadecimal format and can be imported into another application.
Table of Contents
How to Write a Request
Below is an example request for "Exporting Application Template":
1 | "Application" parameter |
2 | No request content required |
Response Content
Below is an example response for "Exporting Application Template":
<response type="EXPORT_APPLICATION_TEMPLATE" desc="Exporting Application Template">
<returned-contents> (1)
1f8b080...
</returned-contents>
<result>
<code>SUCCESSFUL</code> (2)
<started-at time-zone="Asia/Tokyo">2021/01/28 09:50:04.227</started-at>
<ended-at time-zone="Asia/Tokyo">2021/01/28 09:50:07.827</ended-at>
<messages>
</messages>
</result>
</response>
1 | Returned content |
2 | Processing result code |
Returned Content
The returned content is the application template expressed in hexadecimal format. Using this file, you can import the application template and incorporate the template’s design objects into the destination application.