Fetch Cubes:
Fetch a list of all cube names in the specified application.
API Query: | Cubes |
Full URL: | https://<hostname>/tm1/api/<tm1_application>/api/v1/Cubes |
API Call Type: | GET |
Fetch Cube Dimensions:
Fetch a list of all dimensions within a cube.
API Query: | Cubes('<cube_name>')?$expand=Dimensions |
Full URL: | https://<hostname>/tm1/api/<tm1_application>/api/v1/Cubes('<cube_name>')?$expand=Dimensions |
API Call Type: | GET |
Fetch Cube View Specification:
Fetch the specification for a cube view.
API Query: | Cubes('<cube_name>')/Views('<view_name>')?$expand=tm1.NativeView/Titles/Subset,tm1.NativeView/Columns/Subset,tm1.NativeView/Rows/Subset |
Full URL: | https://<hostname>/tm1/api/<tm1_application>/api/v1/Cubes('<cube_name>')/Views('<view_name>')?$expand=tm1.NativeView/Titles/Subset,tm1.NativeView/Columns/Subset,tm1.NativeView/Rows/Subset |
API Call Type: | GET |
Fetch Cube Data:
Fetch the data from a specified cube view.
API Query: | Cubes('<cube_name>')/Views('<view_name>')/tm1.Execute?$expand=Axes($expand=Hierarchies/$ref,Tuples($expand=Members/$ref)),Cells |
Full URL: | https://<hostname>/tm1/api/<tm1_application>/api/v1/Cubes('<cube_name>')/Views('<view_name>')/tm1.Execute?$expand=Axes($expand=Hierarchies/$ref,Tuples($expand=Members/$ref)),Cells |
Post Body: | {} |
API Call Type: | POST |
Delete Cube:
Delete a cube.
API Query: | Cubes('<cube_name>') |
Full URL: | https://<hostname>/tm1/api/<tm1_application>/api/v1/Cubes('<cube_name>') |
API Call Type: | DELETE |