GET api/projects/{projectId}/images?width={width}&height={height}
Get a zip file include all layer images (application/zip)
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
projectId |
Project ID |
string |
Required |
width |
Image Width |
integer |
None. |
height |
Image Height |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
the zip file which include all the related images
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. |