Data Owner
Revision as of 14:25, 30 August 2021 by Andreas.berg (talk | contribs) (Created page with "Category:WP5 Category:Wip ==Interfaces== ===DO1=== ====Intermediation==== The interface is used by the connector acting as DR to request the evid...")
Interfaces
DO1
Intermediation
The interface is used by the connector acting as DR to request the evidence from the DO for use in the intermediation pattern.
Interface definition | ||
---|---|---|
Endpoint | The endpoint can be freely set, it needs to be added to the configuration of the DR | |
Method | POST | |
Input | RequestExtractEvidence | RequestExtractEvidenceIMType as defined in schemas |
Output | ResponseExtractEvidence | ResponseExtractEvidenceType as defined in schemas |
User-Supported Intermediation
The interface is used by the connector acting as DR to request the evidence from the DO for use in the USI pattern.
Interface definition | ||
---|---|---|
Endpoint | The endpoint can be freely set, it needs to be added to the configuration of the DR | |
Method | POST | |
Input | RequestExtractEvidence | RequestExtractEvidenceUSIType as defined in schemas |
Output | ResponseExtractEvidence | ResponseErrorType as defined in schemas |
DO2
The interface is used in redirecting the user to the DO from the DE for the evidence preview. Note this interaction is changed for iteration 2 and DO2 is only used in iteration 1.
Interface definition | ||
---|---|---|
Endpoint | The endpoint can be freely set, the URL with endpoint must be added to the IDK | |
Method | POST | |
Input | RequestUserRedirection | RequestUserRedirectionType as defined in schemas |
Output | HTTP 303 | The location header should be the URL where to redirect the user. |