Get transaction tree by id
GET
Get transaction tree by id. Provided for backwards compatibility, it will be removed in the Canton version 3.5.0, use v2/updates/update-by-id instead.
Protocol Details
Inputs
Path parameters
string
required
Query parameters
string[]
Outputs
200
application/json
JsTransactionTree
required
Provided for backwards compatibility, it will be removed in the Canton version 3.5.0. Complete view of an on-ledger transaction.
400
text/plain
string
required
default
application/json
string
required
string
required
string
string
Map_String
required
Tuple2_String_String[]
integer (int32)
required
integer (int32)
string
boolean
History
Remove as of
3.5.0Changed
3.5The GET /v2/updates/transaction-tree-by-id/{update-id} operation changed in this snapshot.
Deprecated
3.4Introduced
3.4