{ "opencollection": "1.0.0", "info": { "name": "Clients AR Account reports Financial investments API", "version": "v1" }, "items": [ { "info": { "name": "Financial investments", "type": "folder" }, "items": [ { "info": { "name": "List financial investments by entity", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/financial-investments/v1/entities/:entityId/investments", "params": [ { "name": "entityId", "value": "", "type": "path" }, { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "currencies", "value": "", "type": "query" }, { "name": "maturityDateFrom", "value": "", "type": "query" }, { "name": "maturityDateTo", "value": "", "type": "query" }, { "name": "maturityDateSort", "value": "", "type": "query" }, { "name": "showPastInvestments", "value": "", "type": "query" } ] }, "docs": "Returns the full list of all financial investments for a given entity." }, { "info": { "name": "Get financial investment details", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/financial-investments/v1/investments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Returns all information of a given financial investment along with its instalments. Investment id can be retrieved via the 'List financial investments' request" } ] } ], "bundled": true }