v1

latestOpenAPI 3.0.1Apache 2.02026-07-26131220353.8 KB
Export Items (v2)

Get Export Items

An export item = an accounting entry that has been transformed into an exportable entry. The 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.

get/v2/export-items

Query parameters

job_idstring uuid

The Export Job ID in which the accounting entries have been included for export.

beforestring

Lower bound of the page of data to return (cannot be used together with [after] or [offset]).

afterstring

Upper bound of the page of data to return (cannot be used together with [before] or [offset]).

offsetinteger

Offset of the page of data to return (cannot be used together with [before] or [after]).

limitinteger

The maximum amount of items to return.

sorting_keysstring[]

The keys to sort the results by.

sorting_orderPageOrder[]

The order to sort the results by. Must be the same length as [sortingKeys]; one order per key.

Response

Export Items retrieved successfully.