{ "opencollection": "1.0.0", "info": { "name": "Magaya API (Modeled) Invoices Items API", "version": "0.1-modeled" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Items", "type": "folder" }, "items": [ { "info": { "name": "List items", "type": "http" }, "http": { "method": "GET", "url": "https://SYSTEMID.magayacloud.com/api/items", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return." }, { "name": "offset", "value": "", "type": "query", "description": "Number of records to skip for pagination." } ] }, "docs": "List items" }, { "info": { "name": "Create an item", "type": "http" }, "http": { "method": "POST", "url": "https://SYSTEMID.magayacloud.com/api/items", "body": { "type": "json", "data": "{}" } }, "docs": "Create an item" }, { "info": { "name": "Retrieve an item", "type": "http" }, "http": { "method": "GET", "url": "https://SYSTEMID.magayacloud.com/api/items/:guid", "params": [ { "name": "guid", "value": "", "type": "path", "description": "The Magaya object GUID identifying the record." } ] }, "docs": "Retrieve an item" } ] } ], "bundled": true }