Modeling-Manage Datamart-Create a Datamart Based on Source Report

Number of APIs: 8

  1. Get the datamart definition GET {{baseUrl}}/api/model/datamarts/:datamartId?showExpressionAs=tree&showFilterTokens=true&showAdvancedProperties=true

  2. Login POST {{baseUrl}}/api/auth/login

  3. Get report GET {{baseUrl}}/api/searches/results?name=Forecast (Grid)&type=3

  4. Create a datamart using a source report POST {{baseUrl}}/api/model/datamarts?sourceReportId={{rd_reportId}}

  5. Update a datamart PUT {{baseUrl}}/api/model/datamarts/:datamartId?showExpressionAs=tree&showFilterTokens=true

  6. Get the list of applicable properties GET {{baseUrl}}/api/model/datamarts/:datamartId/applicableVldbProperties

  7. Delete the datamart DELETE {{baseUrl}}/api/objects/:id?type=3

  8. Logout POST {{baseUrl}}/api/auth/logout