Hash Design

Format

/1/Hash/Designs/[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

/1/Hash/Designs/ASC-00000.PXF

Output

<?xml version="1.0" encoding="utf-8" ?>
<HashDesignResponse xmlns="http://api.stitchport.com/designs/1.0/">
	<DesignHash Hash="f52sEebyV3ufwjBrr/Tz9WNkSsE="/>
</HashDesignResponse