v1

latestOpenAPI 3.0.1Apache 2.02026-07-26131220353.8 KB
accounting-entries
accounting-entries-external

Fetch accounting entries based on filters.

post/v1/accounting-entries:search

Query parameters

company_idstring uuid

Only return accounting entries that have the specific company ID. Required if partner_id or organization_id is not provided.

organization_idstring uuid

Only return accounting entries that belong to the companies associated. to the given Organization Id. Required if company_id or partner_id is not provided.

beforestring

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

afterstring

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

limitinteger

The maximum amount of items to return. Never returns more than 100 items

sorting_orderPageOrder[]

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

sorting_keysAccountingEntriesSortingKeys[]

The keys to sort the results by

Response

A paginated list of accounting entries matching the search criteria.