{ "opencollection": "1.0.0", "info": { "name": "Maven AGI Platform Actions Analytics API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Analytics", "type": "folder" }, "items": [ { "info": { "name": "Get conversation analytics table", "type": "http" }, "http": { "method": "POST", "url": "https://www.mavenagi-apis.com/v1/tables/conversations", "body": { "type": "json", "data": "{}" } }, "docs": "Get conversation analytics table" }, { "info": { "name": "Get conversation analytics chart", "type": "http" }, "http": { "method": "POST", "url": "https://www.mavenagi-apis.com/v1/charts/conversations", "body": { "type": "json", "data": "{}" } }, "docs": "Get conversation analytics chart" }, { "info": { "name": "Get event analytics table", "type": "http" }, "http": { "method": "POST", "url": "https://www.mavenagi-apis.com/v1/tables/events", "body": { "type": "json", "data": "{}" } }, "docs": "Get event analytics table" }, { "info": { "name": "Get feedback analytics table", "type": "http" }, "http": { "method": "POST", "url": "https://www.mavenagi-apis.com/v1/tables/feedback", "body": { "type": "json", "data": "{}" } }, "docs": "Get feedback analytics table" } ] } ], "bundled": true }