POST /DataCube/PreviewTransformStatistics/{id}/

Gets preview statistics for the specified transform from a data cube.
 

Request

Method Request URI
POST /API/DataCube/PreviewTransformStatistics/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID.

Path Parameters

Path Parameter Description
id The ID of the data cube to preview the transform statistics from.

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.PreviewTransformStatisticsOptions

Response

Response Body

A Dundas.BI.WebApi.Models.TransformStatisticsData object containing the data for the preview, or a status code indicating the problem.