Analytics-Manage reports-Manage Reports-Create a New Report

Number of APIs: 6

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

  2. Save the report POST {{baseUrl}}/api/model/reports/:reportId/instances/save

  3. Delete created report DELETE {{baseUrl}}/api/objects/:reportId?type=3

  4. Create a FFSQL report POST {{baseUrl}}/api/model/reports?showExpressionAs=tokens&showFilterTokens =true

  5. Delete the report instance DELETE {{baseUrl}}/api/model/reports/:reportId/instances

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