Refer to the Documentation page for each specific request and the supported Parameters
/api/Designs/List?[path]
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.
{
"Files": [
{
"Name": "Design1.pxf"
}
],
"Folders": [
{
"Name": "Folder1"
}
]
}