{ "opencollection": "1.0.0", "info": { "name": "Unisson agent-evals appdb API", "version": "1.0.0" }, "items": [ { "info": { "name": "appdb", "type": "folder" }, "items": [ { "info": { "name": "Run Query", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/appdb/query", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Run Query" }, { "info": { "name": "Run Execute", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/appdb/execute", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Run Execute" }, { "info": { "name": "List Tables", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/appdb/tables", "params": [ { "name": "scope", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Tables" }, { "info": { "name": "App Query", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/appdb/apps/:app_id/query", "params": [ { "name": "app_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "App Query" }, { "info": { "name": "App Execute", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/appdb/apps/:app_id/execute", "params": [ { "name": "app_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "App Execute" }, { "info": { "name": "Sandbox Query", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/appdb/sandbox/query", "headers": [ { "name": "authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sandbox Query" }, { "info": { "name": "Sandbox Execute", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/v1/appdb/sandbox/execute", "headers": [ { "name": "authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sandbox Execute" } ] } ], "bundled": true }