{ "opencollection": "1.0.0", "info": { "name": "Argus Enterprise Core Authentication Cash Flows API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Cash Flows", "type": "folder" }, "items": [ { "info": { "name": "Argus Enterprise List Property Cash Flows", "type": "http" }, "http": { "method": "GET", "url": "https://api.argusenterprise.com/v1/properties/:propertyId/cashflows", "params": [ { "name": "propertyId", "value": "", "type": "path", "description": "Unique identifier of the property" }, { "name": "startDate", "value": "", "type": "query", "description": "Start date for cash flow projections" }, { "name": "endDate", "value": "", "type": "query", "description": "End date for cash flow projections" }, { "name": "frequency", "value": "", "type": "query", "description": "Cash flow reporting frequency" } ] }, "docs": "Retrieve projected cash flows for a property over the analysis period, including income streams, operating expenses, capital expenditures, and net operating income." } ] } ], "bundled": true }