{ "opencollection": "1.0.0", "info": { "name": "Automated Spreading and Analysis Api-Key Portfolios API", "version": "1.3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Portfolios", "type": "folder" }, "items": [ { "info": { "name": "List Portfolios", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/portfolio", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "search", "value": "", "type": "query", "description": "A search term." } ] }, "docs": "List Portfolio records" }, { "info": { "name": "Create a new Portfolio", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/portfolio", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Portfolio record" }, { "info": { "name": "Update a Portfolio", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v1/portfolio/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path" }, { "name": "search", "value": "", "type": "query", "description": "A search term." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Portfolio" } ] } ], "bundled": true }