Modeling-Manage Datamart-Create a Datamart Based on Source Report
Number of APIs: 8
-
Get the datamart definition GET {{baseUrl}}/api/model/datamarts/:datamartId?showExpressionAs=tree&showFilterTokens=true&showAdvancedProperties=true
-
Login POST {{baseUrl}}/api/auth/login
-
Get report GET {{baseUrl}}/api/searches/results?name=Forecast (Grid)&type=3
-
Create a datamart using a source report POST {{baseUrl}}/api/model/datamarts?sourceReportId={{rd_reportId}}
-
Update a datamart PUT {{baseUrl}}/api/model/datamarts/:datamartId?showExpressionAs=tree&showFilterTokens=true
-
Get the list of applicable properties GET {{baseUrl}}/api/model/datamarts/:datamartId/applicableVldbProperties
-
Delete the datamart DELETE {{baseUrl}}/api/objects/:id?type=3
-
Logout POST {{baseUrl}}/api/auth/logout