POST /v2/contracts/contract-by-id

Looking up contract data by contract ID. This endpoint is experimental / alpha, therefore no backwards compatibility is guaranteed. This endpoint must not be used to look up contracts which entered the participant via party replication or repair service.

post/v2/contracts/contract-by-id

Request body

contractIdstring required

The ID of the contract. Must be a valid LedgerString (as described in value.proto).

Required

queryingPartiesstring[]

The list of querying parties The stakeholders of the referenced contract must have an intersection with any of these parties to return the result. If no querying_parties specified, all possible contracts could be returned.

Optional: can be empty

Response

Changes

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