Parameters for all requests

Refer to the Documentation page for each specific request and the supported Parameters

List

Working with Files

Format

/api/Designs/List?[path]

Description

Returns a list of designs previously uploaded.

Parameters

The path can be empty (which represents the root directory of the configured designs store) or it can be a subdirectory path.

Example

/api/Designs/List

Output

{
  "Files": [
    {
      "Name": "Design1.pxf"
    }
  ],
  "Folders": [
    {
      "Name": "Folder1"
    }
  ]
}