Parameters for all requests

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

Exists

Working with Files

Format

/api/Designs/Exists?Path=[path]

Description

Indicates whether a design exists in the design store.

Parameters

The path cannot be empty and must specify the full path to the design to download.

Example

/api/Designs/Exists?Path=ASC-00000.PXF

Output

{
  "DesignExists": {
    "Exists": true
  }
}