GET /v0/events/:update_id
Returns the event with the given update_id. An event bears some combination of a transaction, a contract reassignment, and a verdict.
Path Parameters
Query Parameters
How daml values should be encoded in the response. "compact_json" is a compact, human-readable JSON encoding. It is the same encoding as the one used in the HTTP JSON API or the JavaScript codegen. "protobuf_json" is a verbose JSON encoding that is more difficult to parse, but contains type information, i.e., the values can be parsed losslessly without having access to the Daml source code. Optional and defaults to "compact_json".
compact_json, protobuf_json Response
ok
An event history item may contain a transaction update, a verdict from a mediator, both, or a contract reassignment.
If an event pertains to a contract reassignment, there will be no verdict data.
If an event pertains to a wholly private transaction, there will only be verdict data.
If an event pertains to a transaction that is partially private, it may also bear verdict information for the private portions.
When both fields are present, the transaction and verdict have the same update_id and record_time.
For networks where the SVs enable activity record computation, a traffic summary and app activity record are present when a verdict is present.
An individual item in the update history. May be a transaction or a contract reassignment.
- Option 1
- Option 2
Traffic summary data from the sequencer for the confirmation request corresponding to an event.