@@ -467,7 +467,7 @@ export default class PresentationProofsController {
...
@@ -467,7 +467,7 @@ export default class PresentationProofsController {
@Post('send-presentation-request')
@Post('send-presentation-request')
@ApiOperation({
@ApiOperation({
summary:'Send presentation request',
summary:'Send presentation request',
description:'This call provides the capability to create a new presentation request bound to existing connection. You need to provide in the body information about connection, schema for every requested attribute and attribute name. The call returns an information about proof request (proofRecordId, connectionId, credentialDefId, schemaId, theirDid, status, createdDate, updatedDate, threadId)'
description:'This call provides the capability to create a new presentation request bound to existing connection. It is mandatory to provide a schema for every requested attribute and attribute name in the body information of the connection. The call returns an information about proof request (proofRecordId, connectionId, credentialDefId, schemaId, theirDid, status, createdDate, updatedDate, threadId)'
"summary":"This call provides the capability to check the service is working and up. The call returns 200 Status Code and current server time in json body",
"summary":"Health check",
"description":"This call provides the capability to check the service is working and up. The call returns 200 Status Code and current server time in json body",
"summary":"This call provides the capability to search proofs (Credential Presentation) by using pagination and filter parameters. This call returns a list of proof requests (Proof Presentations) and overall count of records. Filter supports following parameters: page, pageSize, proofRecordId, connectionId, credentialDefId, schemaId, theirDid, status, createdDateStart, createdDateEnd, updatedDateStart, updatedDateEnd",
"summary":"Fetch list of proof requests",
"description":"This call provides the capability to search proofs (Credential Presentation) by using pagination and filter parameters. This call returns a list of proof requests (Proof Presentations) and overall count of records. Filter supports following parameters: page, pageSize, proofRecordId, connectionId, credentialDefId, schemaId, theirDid, status, createdDateStart, createdDateEnd, updatedDateStart, updatedDateEnd",
"summary":"This call provides the capability to get proof request by providing proofRecordId (presentationId). The call returns an information about proof request and also (if user accepted proof request) information about requested user credentials",
"summary":"Fetch proof presentation by proofRequestId",
"description":"This call provides the capability to get proof request by providing proofRecordId (presentationId). The call returns an information about proof request and also (if user accepted proof request) information about requested user credentials",
"summary":"This call provides the capability to create a new presentation request bound to existing connection. You need to provide in the body information about connection, schema for every requested attribute and attribute name. The call returns an information about proof request (proofRecordId, connectionId, credentialDefId, schemaId, theirDid, status, createdDate, updatedDate, threadId)",
"summary":"Send presentation request",
"description":"This call provides the capability to create a new presentation request bound to existing connection. It is mandatory to provide a schema for every requested attribute and attribute name in the body information of the connection. The call returns an information about proof request (proofRecordId, connectionId, credentialDefId, schemaId, theirDid, status, createdDate, updatedDate, threadId)",
"summary":"This call provides the capability to create a new presentation request not bound to any proposal or existing connection. The call returns an information about presentation request",
"summary":"Send out of band presentation request",
"description":"This call provides the capability to create a new presentation request not bound to any proposal or existing connection. The call returns an information about presentation request",
"summary":"This call provides the capability to create a new presentation request not bound to any proposal or existing connection but it creates just on type defined in attestation manager (type is bound to schema id there). The call returns an information about presentation request",
"summary":"Send out of band proof",
"description":"This call provides the capability to create a new presentation request not bound to any proposal or existing connection but it creates just on type defined in attestation manager (type is bound to schema id there). The call returns an information about presentation request",
"summary":"Accept a presentation as prover (by sending a presentation acknowledgement message) to the connection associated with the proof record.",
"summary":"Accept presentation request by proofRecordId",
"description":"Accept a presentation as prover (by sending a presentation acknowledgement message) to the connection associated with the proof record.",
"summary":"This call provides the capability to get all proof records directly from agent. Pagination and sorting does not implemented in that version of Aries Framework Javascript",
"summary":"Fetch all proofs directly from the agent",
"description":"This call provides the capability to get all proof records directly from agent. Pagination and sorting does not implemented in that version of Aries Framework Javascript",