v1
latestOpenAPI 3.0.32026-07-24148824715.6 KBTransactions
Retrieve all versions of a Transaction
Returns a paginated list of all versions of a Transaction, sorted by version in descending order. Initially every transaction has exactly one version.
get/v3/transactions/{identifier}/versions
Path parameters
identifierstring uuid required
Our identifier for the transaction.
Example:01966d5b-e4fa-7b60-a2d7-5b5225fbd39a
Our identifier for the transaction.
Query parameters
page_numberinteger
One-based page index (1..N)
page_sizeinteger
The size of the page to be returned
sortstring[]
Sorting criteria in the format of: [-]property (- descending modifier).
-
Default sort order is ascending (without -).
-
Multiple sort criteria are supported.
Response
Paginated list of Transaction versions, sorted by version descending