{ "opencollection": "1.0.0", "info": { "name": "Automated Spreading and Analysis Api-Key EmbeddedGlobalCashflowAnalysis API", "version": "1.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "EmbeddedGlobalCashflowAnalysis", "type": "folder" }, "items": [ { "info": { "name": "retrieveEmbeddedGlobalCashflowAnalysis", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/embedded-global-cashflow-analysis/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" } ] } }, { "info": { "name": "createEmbeddedGlobalCashflowAnalysis", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/embedded-global-cashflow-analysis", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a URL to an HTML webapp to view and modify a particular global cashflow analysis" } ] } ], "bundled": true }