GET /Resource/GetImageThumbnail/{id}/

Gets the thumbnail for the specified image in PNG format.
 

Request

Method Request URI
GET /API/Resource/GetImageThumbnail/{id}/?maxWidth=value&maxHeight=value&sessionId=value

URI Parameters

URI Parameter Description
maxWidth The maximum width, if any.
maxHeight The maximum height, if any.
sessionId The ID of the session.

Path Parameters

Path Parameter Description
id The ID of the image resource.

Request Body

There is no Request Body for this function.

Response

Response Body

A System.String with the data, or a status code indicating the problem.