{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Items API", "version": "6" }, "items": [ { "info": { "name": "Items", "type": "folder" }, "items": [ { "info": { "name": "Adyen Get Card Order Items", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/cardorders/:id/items", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the card order." }, { "name": "offset", "value": "", "type": "query", "description": "Specifies the position of an element in a list of card orders. The response includes a list of card order items that starts at the specified offset.\n\n**Default:** 0, which means that the response contains all the elements in the list of card order items." }, { "name": "limit", "value": "", "type": "query", "description": "The number of card order items returned per page. **Default:** 10." } ] }, "docs": "Returns the item list of a specific card order." } ] } ], "bundled": true }