ResourceControllerGetStoredViewThumbnail Method

Gets the thumbnail for the specified view as a binary file.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpGetAttribute("ViewThumbnailFile/{id}")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
public ActionResult GetStoredViewThumbnail(
	Guid id,
	Guid? sessionId = null
)

Parameters

id
Type: SystemGuid
The ID of the view.
sessionId (Optional)
Type: SystemNullableGuid
The ID of the session.

Return Value

Type: ActionResult
The requested data as a byte stream.
See Also