/1/List/Designs/[path]?[parameters]
Returns a list of designs previously uploaded.
The path can be empty (which represents the root directory of the configured designs store) or it can be a subdirectory path.
<?xml version="1.0" encoding="utf-8" ?> <ListDesignsResponse xmlns="http://api.stitchport.com/designs/1.0/"> <Designs> <Design Name="ASC-00000.pxf"/> <Design Name="Austin.pxf"/> <Design Name="Football.PXF"/> <Design Name="Skateboarder.PXF"/> <Design Name="tiger-R.PXF"/> </Designs> <Folders> <Folder Name="MySubFolder" /> </Folders> </ListDesignsResponse>