Image
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] · enumOptionalPossible values:
Theme Image Types.
Responses
200
Success
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
GET /api/Theme/{id}/Image HTTP/1.1
Host:
Accept: */*
No content
Update an Image with specified ImageType of the Theme specified by ID.
Path parameters
idinteger · int32Required
Theme ID.
Query parameters
ImageTypestring · enumOptionalPossible values:
Theme Image Type.
ResetbooleanOptionalDefault:
Whether to reset the image file type specified or not. By default, it is set to false.
false
Body
ImageFilestring · binaryOptional
Upload File
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
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?