GET api/Assets/{id}/Thumbnail/width/{width}
Retrieves a thumbnail for an asset at a defined width.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the asset to retrieve a thumbnail for. |
globally unique identifier |
Required |
| width |
The width of the thumbnail. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.