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.

Path Params
uuid
required

Our identifier for the transaction.

Query Params
integer
≥ 1
Defaults to 1

One-based page index (1..N)

integer
≥ 1
Defaults to 10

The size of the page to be returned

sort
array of strings
Defaults to -version

Sorting criteria in the format of: [-]property (- descending modifier).

  • Default sort order is ascending (without -).

  • Multiple sort criteria are supported.

sort
Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json