QueryReadsForEvidenceRequest
QueryReadsForEvidenceResponse
Purpose
A QueryReadsForEvidenceRequest
instructs the reads_for engine to read and return the known reads_for evidence associated with a specific external identity.
A QueryReadsForEvidenceResponse
is returned by the reads_for engine in response to a QueryReadsForEvidenceRequest.
Type
QueryReadsForEvidenceRequest
QueryReadsForEvidenceResponse
Behaviour
Message flow
sequenceDiagram
%% --8<-- [start:sequence]
Any Local Engine ->>+ ReadsForEngine: QueryReadsForEvidenceRequest
ReadsForEngine -->>- Any Local Engine: QueryReadsForEvidenceResponse
%% --8<-- [end:sequence]
(Wiki) links on this page