GET /DataCube/GetAnalysisElement/{id}/

Gets the analysis element that is generated from the source element.
 

Request

Method Request URI
GET /API/DataCube/GetAnalysisElement/{id}/?sourceStructureId=value&sourceElement=value&sessionId=value

URI Parameters

URI Parameter Description
sourceStructureId The source structure ID.
sourceElement The source element name.
sessionId The current session ID.

Path Parameters

Path Parameter Description
id The ID of the data cube to get the analysis element for.

Request Body

There is no Request Body for this function.

Response

Response Body

A Dundas.BI.Data.Metadata.IAnalysisElement object, or a status code indicating the problem.