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
Behavior¶
- Returns known evidence in a QueryReadsForEvidenceResponse
Message flow¶
sequenceDiagram
%% --8<-- [start:sequence]
Any Local Engine ->>+ ReadsForEngine: QueryReadsForEvidenceRequest
ReadsForEngine -->>- Any Local Engine: QueryReadsForEvidenceResponse
%% --8<-- [end:sequence]