{ "opencollection": "1.0.0", "info": { "name": "Activiti Public Rest About Integration Account API", "version": "1.4.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Integration Account", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Alfresco account information", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/activiti-app/api/enterprise/account/integration" }, "docs": "Ideal to map accounts & integrate with 3rd party app/client" } ] } ], "bundled": true }