Image

Get

get

Retrieve the image(s) of the Theme specified by ID. If more than 1 image is requested, a compressed .zip file is returned containing all the images.

Path parameters
idinteger · int32Required

Theme ID.

Query parameters
ImageTypestring[Flag] · enumOptional

Theme Image Types.

Possible values:
Responses
200
Success
get
GET /api/Theme/{id}/Image HTTP/1.1
Host: 
Accept: */*

No content

Update

put

Update an Image with specified ImageType of the Theme specified by ID.

Path parameters
idinteger · int32Required

Theme ID.

Query parameters
ImageTypestring · enumOptional

Theme Image Type.

Possible values:
ResetbooleanOptional

Whether to reset the image file type specified or not. By default, it is set to false.

Default: false
Body
ImageFilestring · binaryOptional

Upload File

Responses
204
No Content
put
PUT /api/Theme/{id}/Image HTTP/1.1
Host: 
Content-Type: multipart/form-data
Accept: */*
Content-Length: 22

{
  "ImageFile": "binary"
}

No content

Was this helpful?