api/info

Action:

Obtain information about an existing design file, such as height, width, number of stitches, etc.

Post Parameters:

appId: Application id of Wilcom API Develop Portal account.
appKey: Application key of Wilcom API Develop Portal account.
requestXml: an XML string containing a list of a single design file, whose metadata you want to obtain:

<xml> 
  <files> 
    <file ... />          // design file 
  </files> 
</xml> 

Return Values:

On success, an XML string containing the design information:

<xml> 
  <design_info ... />         // design information 
</xml>

Remarks:

The method allows the client to obtain various information about the design.
See details in the XML Data Package Definitions section of this document.
Design Information: design_info XML Data.

Leave a Reply

Your email address will not be published. Required fields are marked *