Refer to the Documentation page for each specific request and the supported Parameters
/api/Designs/Hash?[path]&[parameters]
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.
The path cannot be empty and must specify the full path to the design to download.
/api/Designs/Hash?Path=ASC-00000.PXF
{
"DesignHash" : {
"Hash": "f52sEebyV3ufwjBrr/Tz9WNkSsE="
}
}