{ "opencollection": "1.0.0", "info": { "name": "App Marketplace accounting-entries Export Items (v2) API", "version": "39.4.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Export Items (v2)", "type": "folder" }, "items": [ { "info": { "name": "Get Export Items", "type": "http" }, "http": { "method": "GET", "url": "https://external.pleo.io/v2/export-items", "params": [ { "name": "job_id", "value": "", "type": "query", "description": "The Export Job ID in which the accounting entries have been included for export." }, { "name": "before", "value": "", "type": "query", "description": "Lower bound of the page of data to return (cannot be used together with [after] or [offset])." }, { "name": "after", "value": "", "type": "query", "description": "Upper bound of the page of data to return (cannot be used together with [before] or [offset])." }, { "name": "offset", "value": "", "type": "query", "description": "Offset of the page of data to return (cannot be used together with [before] or [after])." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum amount of items to return." }, { "name": "sorting_keys", "value": "", "type": "query", "description": "The keys to sort the results by." }, { "name": "sorting_order", "value": "", "type": "query", "description": "The order to sort the results by. Must be the same length as [sortingKeys]; one order per key." } ] }, "docs": "An export item = an accounting entry that has been transformed into an exportable entry.\nThe required accounting and bookkeeping information is aggregated from an accounting entry to become an export item. Use this endpoint to retrieve a list of export items that have been selected for export. Please note that you can retrieve list of export items only from `pending` and `in_progress` export jobs." } ] } ], "bundled": true }