GET designs/{designCode}/tiles/{tileSize}/{variation}?rotation={rotation}&pixels={pixels}
Retrieves the tile image for the design's representative colorway.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
designCode |
The design code. |
string |
Required |
tileSize |
The physical size of the carpet tile. (e.g. 24x24, 18x36) |
string |
Required |
variation |
The variation in the tileset. (e.g. 1, 2, 3, 4) |
integer |
Required |
rotation |
Optional rotation of output (90, 180, 270). |
integer |
Default value is 0 |
pixels |
Optional pixel size of the output. |
string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Returns an image of the tile in the design's default colorway.
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. |