Parameters for all requests

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

Hash

Working with Files

Format

/api/Designs/Hash?[path]&[parameters]

Description

Returns the SHA1 hash of the specified design. The SHA1 hash is base-64 encoded.

This method can be used to determine if the file in the design store is the same as a local copy.

Parameters

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

Example

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

Output

{
  "DesignHash" : {
    "Hash": "f52sEebyV3ufwjBrr/Tz9WNkSsE="
  }
}