{ "opencollection": "1.0.0", "info": { "name": "Vantage Cloud Pricing Access Grants Financial Commitment Reports API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Financial Commitment Reports", "type": "folder" }, "items": [ { "info": { "name": "Vantage Get All Financial Commitment Reports", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v1/financial_commitment_reports", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page of results to return." }, { "name": "limit", "value": "", "type": "query", "description": "The number of results per page." } ] }, "docs": "Returns all Financial Commitment Reports that the current API token has access to." }, { "info": { "name": "Vantage Create a Financial Commitment Report", "type": "http" }, "http": { "method": "POST", "url": "https://api.vantage.sh/v1/financial_commitment_reports", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Financial Commitment Report." }, { "info": { "name": "Vantage Get a Financial Commitment Report", "type": "http" }, "http": { "method": "GET", "url": "https://api.vantage.sh/v1/financial_commitment_reports/:financial_commitment_report_token", "params": [ { "name": "financial_commitment_report_token", "value": "", "type": "path", "description": "The unique token of the Financial Commitment Report." } ] }, "docs": "Returns a specific Financial Commitment Report by token." }, { "info": { "name": "Vantage Delete a Financial Commitment Report", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.vantage.sh/v1/financial_commitment_reports/:financial_commitment_report_token", "params": [ { "name": "financial_commitment_report_token", "value": "", "type": "path", "description": "The unique token of the Financial Commitment Report." } ] }, "docs": "Deletes an existing Financial Commitment Report." } ] } ], "bundled": true }