Transactions
Retrieve the list of Transactions, their matches, and their reconciliation status.
POST
/v1/api/:orgId/transactions
orgId UUID
Request Body
datasetId UUID
limit integer
offset integer
from integer
Transaction epoch timestamp in milliseconds from which to fetch optional
to integer
Transaction epoch timestamp in milliseconds to which to fetch optional
search SearchQuery[]
columns SearchQuery[]
List of columns to include in the response optional
Response Body
id UUID
Ledge ID for the line
datasetId UUID
reconciliationStatus string
One of the following values: none
, partial
, full
, informative
, out of scope
incomingMatches Match[]
List of matches in which the listed transaction is the origin
.
outgoingMatches Match[]
List of matches in which the listed transaction is the target
.
description string
The value of the description field of the transaction.
type string
The value of the type field of the transaction.
timestamp integer
Epoch timestamp in milliseconds.
Example
Request:
Response:
Last updated