Analytics-Manage reports-Manage Reports-Retrieve a Report's Definition within a Report Instance

Number of APIs: 6

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

  2. Get quick search results in a list format GET {{baseUrl}}/api/searches/results?pattern=2&type=3&limit=10&name=Brand Performance by Region

  3. Create a report instance POST {{baseUrl}}/api/model/reports/:reportId/instances

  4. Get a report within a report instance GET {{baseUrl}}/api/model/reports/:reportId?showExpressionAs=tokens&showFilterTokens=true&showAdvancedProperties=true

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

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