{ "opencollection": "1.0.0", "info": { "name": "Loop Onboarding artifacts payable-invoices API", "version": "1.0" }, "items": [ { "info": { "name": "payable-invoices", "type": "folder" }, "items": [ { "info": { "name": "List payable invoices", "type": "http" }, "http": { "method": "GET", "url": "https://onboarding.api.loop.com/v1/payable-invoices", "params": [ { "name": "expand", "value": "", "type": "query" }, { "name": "revisedAfter", "value": "", "type": "query", "description": "Filter to only results that have been revised after this timestamp. This can be a UTC timestamp or a floating date. If a floating date is passed, the timestamp used will be the beginning (midnight UTC) of the date." }, { "name": "revisedBefore", "value": "", "type": "query", "description": "Filter to only results that have been revised before this timestamp. This can be a UTC timestamp or a floating date. If a floating date is passed, the timestamp used will be the beginning (midnight UTC) of the date." }, { "name": "first", "value": "", "type": "query", "description": "The number of results to return. Default value is 10. Any custom value specified must lie between 0 and 100, inclusive." }, { "name": "after", "value": "", "type": "query", "description": "The cursor to start returning results from" } ] }, "docs": "Returns a list of payable invoices." }, { "info": { "name": "Retrieve a payable invoice", "type": "http" }, "http": { "method": "GET", "url": "https://onboarding.api.loop.com/v1/payable-invoices/:qid", "params": [ { "name": "expand", "value": "", "type": "query" }, { "name": "qid", "value": "", "type": "path", "description": "QID of the entity to retrieve" } ] }, "docs": "Returns the payable invoice with the specified QID" } ] } ], "bundled": true }