GET api/Assets/{id}/Thumbnail/{width}/{height}

Retrieves a thumbnail for an asset in a set size.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The id of the asset to retrieve a thumbnail for.

globally unique identifier

Required

width

The height of the thumbnail.

integer

Required

height

The width of the thumbnail.

integer

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.