GET api/Assets/{id}/Thumbnail/height/{height}
Retrieves a thumbnail for an asset at a defined height.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the asset to retrieve a thumbnail for. |
globally unique identifier |
Required |
| height |
The height 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.