{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Invoice Note API", "version": "v1" }, "items": [ { "info": { "name": "Invoice Note", "type": "folder" }, "items": [ { "info": { "name": "TO BE REMOVED 08/18/2023 - Get a list of notes for an invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/invoices/:invoiceId/notes/list", "params": [ { "name": "invoiceId", "value": "", "type": "path" } ] }, "docs": "Use root /note API instead" } ] } ], "bundled": true }