v1

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

Get all receipts of an accounting entry.

get/v1/accounting-entries/{accountingEntryId}/receipts

Path parameters

accountingEntryIdstring uuid required

Query parameters

sourceReceiptSource[]

Only return Receipts with the given source. Useful for fetching a list of receipts uploaded via particular sources.

file_type'EMBED' | 'ORIGINAL' | 'THUMBNAIL' | 'PREVIEW'

ORIGINAL: The original file as it was uploaded. THUMBNAIL: Representation of the original file in a small image. PREVIEW: Display of the original file in a concise format.

Return all receipts with the presigned URL generated for the given file type. Used for fetching receipts with a presigned URL other than the default (ORIGINAL).

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_keysReceiptsSortingKeys[]

The keys to sort the results by

Response

default response