Refer to the Documentation page for each specific request and the supported Parameters
/api/Designs/Exists?Path=[path]
Indicates whether a design exists in the design store.
The path cannot be empty and must specify the full path to the design to download.
/api/Designs/Exists?Path=ASC-00000.PXF
{
"DesignExists": {
"Exists": true
}
}