DataCubeService.getDataCubeById Method
Gets the data cube by the given ID.
Parameters
- id
-
Type: String
The ID of the data cube to retrieve.
Return Value
Type: jQuery.Promise
Value: dundas.entities.DataCube
A promise object that is resolved when the call is complete.
If successful, the dundas.entities.DataCube is returned.