Skip to main content
POST

JSON Ledger API

Commands submit and wait for reassignment

OpenAPISince 3.4Changed 3.5
Submits a single composite reassignment command, waits for its result, and returns the reassignment. Propagates the gRPC error of failed submission.

Protocol Details

Operation IDpostV2CommandsSubmit-and-wait-for-reassignment
AuthenticationBearer token
Published3.5

Inputs

Request body

application/json
object
required
OpenAPI type: ReassignmentCommands.
object
OpenAPI type: EventFormat.A format for events which defines both which events should be included and what data should be computed and included for them. Note that some of the filtering behavior depends on the TransactionShape, which is expected to be specified alongside usages of EventFormat.

Outputs

200

application/json
JsReassignment
required
Complete view of an on-ledger reassignment.

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

Changed3.5

The POST /v2/commands/submit-and-wait-for-reassignment operation changed in this snapshot.

Introduced3.4