{ "opencollection": "1.0.0", "info": { "name": "Clients AR Account reports Interests statements API", "version": "v1" }, "items": [ { "info": { "name": "Interests statements", "type": "folder" }, "items": [ { "info": { "name": "Get interests statement of financing", "type": "http" }, "http": { "method": "GET", "url": "https://api.agicap.com/public/intragroup-financing/v1/entities/:entityId/financings/:financingId/interests-statement", "params": [ { "name": "entityId", "value": "", "type": "path" }, { "name": "financingId", "value": "", "type": "path" }, { "name": "offset", "value": "", "type": "query", "description": "Offset value. Minimum 0. Default 0." }, { "name": "limit", "value": "", "type": "query", "description": "Limit value. Minimum 1. Maximum 100. Default 50." }, { "name": "fromDate", "value": "", "type": "query", "description": "Date format is YYYY-MM-DD" }, { "name": "untilDate", "value": "", "type": "query", "description": "Date format is YYYY-MM-DD" } ] }, "docs": "Retrieve the interests statement belonging to financing specified in the url." } ] } ], "bundled": true }