Get the ID of the participant hosting a given party
GET
Get the ID of the participant hosting a given party. This will fail if there are multiple party-to-participant mappings for the given synchronizer and party, which is not currently supported.
Protocol Details
Inputs
Path parameters
string
required
The synchronizer ID to look up a mapping for.
string
required
The party ID to lookup a participant ID for.
Outputs
200
application/json
string
required
ID of the participant hosting the provided party, in the form
PAR::id::fingerprint404
application/json
string
required
500
application/json
string
required
History
Introduced
0.5.10