{ "opencollection": "1.0.0", "info": { "name": "Invoice Ninja v5 Activities Charts API", "version": "5.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Token", "value": "{{X-Api-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Charts", "type": "folder" }, "items": [ { "info": { "name": "Get chart totals", "type": "http" }, "http": { "method": "POST", "url": "https://invoicing.co/api/v1/charts/totals", "body": { "type": "json", "data": "{}" } }, "docs": "Get chart totals" }, { "info": { "name": "Get chart totals (v2)", "type": "http" }, "http": { "method": "POST", "url": "https://invoicing.co/api/v1/charts/totals_v2", "body": { "type": "json", "data": "{}" } }, "docs": "Get chart totals (v2)" }, { "info": { "name": "Get chart summary (v2)", "type": "http" }, "http": { "method": "POST", "url": "https://invoicing.co/api/v1/charts/chart_summary_v2", "body": { "type": "json", "data": "{}" } }, "docs": "Get chart summary (v2)" }, { "info": { "name": "Get chart calculated fields", "type": "http" }, "http": { "method": "POST", "url": "https://invoicing.co/api/v1/charts/calculated_fields", "body": { "type": "json", "data": "{}" } }, "docs": "Get chart calculated fields" } ] } ], "bundled": true }