GET /DataCube/GetDataElement/{id}/

Gets the data element that is the source of the specified analysis element.
 

Request

Method Request URI
GET /API/DataCube/GetDataElement/{id}/?uniqueName=value&sessionId=value

URI Parameters

URI Parameter Description
uniqueName The analysis element unique name.
sessionId The current session ID.

Path Parameters

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

Request Body

There is no Request Body for this function.

Response

Response Body

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