GET api/projects/{projectId}/layers/{layerIndex}/image?width={width}&height={height}

Get layer image (image/png)

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

Project ID

string

Required

layerIndex

The floor index, start from 1

integer

Required

width

Image width

integer

None.

height

Image height

integer

None.

Body Parameters

None.

Response Information

Resource Description

the image file, format is image/png.

HttpResponseMessage
NameDescriptionTypeAdditional information
Version Version

None.

Content HttpContent

None.

StatusCode HttpStatusCode

None.

ReasonPhrase string

None.

Headers Collection of Object

None.

RequestMessage HttpRequestMessage

None.

IsSuccessStatusCode boolean

None.