GET designs/{designCode}/colors/{colorCode}/swatch?physWidth={physWidth}&physHeight={physHeight}&pixels={pixels}
Generates the requested swatch image for the requested colorway of the design.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
designCode |
The design code. |
string |
Required |
colorCode |
The color code. |
string |
Required |
physWidth |
The physical width of the output (e.g. 12in, 18in, 1.5ft). |
string |
None. |
physHeight |
The physical height of the output (e.g. 12in, 18in, 1.5ft). |
string |
None. |
pixels |
The pixel size of the output. |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Returns a swatch image for the requested colorway of the design at the specified physical size.
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |