Skip to main content
POST
Get journal entries by UUIDs for a facility

Headers

x-api-key
any
required

Api key required to authenticate your request. Please reach out to monument for a key.

Example:

"monument-2230012-2312321"

Path Parameters

facilityUuid
string
required

Body

application/json
journalEntryUuids
string<uuid>[]
required

Array of journal entry UUIDs to retrieve data for

Example:

Response

200 - application/json

Successfully retrieved journal entry data

journalEntryUuid
string<uuid>
required

UUID of the journal entry.

Example:

"8f1c2d3e-4a5b-6c7d-8e9f-0a1b2c3d4e5f"

description
string | null
required

Narrative recorded with the journal entry, naming the operation that produced it.

Example:

"Rent billing - June"

createdAt
string<date-time>
required

When the journal entry was posted.

Example:

"2026-06-01T06:00:12.000Z"

updatedAt
string<date-time>
required

When the journal entry was last modified. Nothing amends a posted journal entry — a correction is posted as a new entry of the opposite sign — so in practice this equals createdAt.

Example:

"2026-06-01T06:00:12.000Z"

transactions
object[]
required

Debit and credit lines composing the entry. The debits sum to the credits.