latestOpenAPI 3.0.0Apache 2.02026-08-06199181.1 MB

e0d144609998

Journals

List journals

List all journals

get/journals

Query parameters

journal_idinteger

Search journals by journal id

voucher_header_idinteger

Search journals by voucher header id

organization_idinteger

Search journals by organization id

amountinteger

Search journals by total amount

descriptionstring

Search journals by journal header description

datestring

Search journals by journal date

filtersobject

Filter journals by the above query parameters. <br /> <b>Example:</b> { "amount[gt]" : 6000 } which will search for journals that have an amount greater than "6000".

sort[asc]'id' | 'amount' | 'date'

Sort journals in ascending order

sort[desc]'id' | 'amount' | 'date'

Sort journals in descending order

pageinteger

The particular page to return

per_pageinteger

The number of items to return per page Default: 50 Limit: 200

Response

Success