v1

latestOpenAPI 3.0.1Apache 2.02026-07-26131220353.8 KB
Export API (v3)

Get Export Job Items

An export job item tracks the export progress of a specific accounting entry in an export job. Use this endpoint to retrieve a list of export job items that you want to track.

get/v3/export-jobs/{jobId}/items

Path parameters

jobIdstring uuid required

Enter the specific export job ID to retrieve details about the job items included in this export job.

Query parameters

status'pending' | 'in_progress' | 'failed' | 'successful' | 'abandoned'
ValueDescription
pendingThe export job item is selected for export, yet it is waiting to be exported.
in_progressThe export job item is currently being exported to the ERP/accounting system.
failedThe export job item could not be exported to the ERP/accounting system.
successfulThe export job item is successfully exported to the ERP/accounting system.
abandonedThe export job item could not be exported to the ERP/accounting system because the export job could not be completed.

Enter a status to retrieve a list of export job items in the specified state.

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 job items found.