POST /v2/updates/transaction-by-id

Get transaction by id. Provided for backwards compatibility, it will be removed in the Canton version 3.5.0, use v2/updates/update-by-id instead.

post/v2/updates/transaction-by-id

Request body

updateIdstring required

The ID of a particular transaction. Must be a valid LedgerString (as described in value.proto). Required

requestingPartiesstring[]

Provided for backwards compatibility, it will be removed in the Canton version 3.5.0. The parties whose events the client expects to see. Events that are not visible for the parties in this collection will not be present in the response. Each element must be a valid PartyIdString (as described in value.proto). Optional for backwards compatibility for GetTransactionById request: if defined transaction_format must be unset (falling back to defaults).

Response

Changes

No recorded changes to this endpoint across all 1 revision of this API.