retrigger the credential issuance request
requestId required | string |
[- {
- "id": "string",
- "version": "string",
- "responsetime": "string",
- "response": {
- "requestId": "string",
- "id": "string"
}, - "errors": [
- {
- "errorCode": "string",
- "message": "string"
}
]
}
]
Create the credential issuance request
id | string |
version | string |
requesttime | string <date-time> |
metadata | object |
required | object (CredentialIssueRequestDto) |
{- "id": "string",
- "version": "string",
- "requesttime": "2019-08-24T14:15:22Z",
- "metadata": { },
- "request": {
- "id": "string",
- "credentialType": "string",
- "issuer": "string",
- "recepiant": "string",
- "user": "string",
- "encrypt": true,
- "encryptionKey": "string",
- "sharableAttributes": [
- "string"
], - "additionalData": {
- "property1": { },
- "property2": { }
}
}
}
{ }
get credential issuance request ids
statusCode | string Default: "FAILED" |
effectivedtimes | string |
pageNumber | integer <int32> Default: 0 |
pageSize | integer <int32> Default: 1 |
orderBy | string Default: "upd_dtimes" |
direction | string Default: "DESC" |
[- {
- "requestId": "string",
- "credentialType": "string",
- "partner": "string",
- "statusCode": "string",
- "statusComment": "string",
- "createDateTime": "string",
- "updateDateTime": "string"
}
]
get credential issuance request status
requestId required | string |
[- {
- "id": "string",
- "version": "string",
- "responsetime": "string",
- "response": {
- "requestId": "string",
- "id": "string"
}, - "errors": [
- {
- "errorCode": "string",
- "message": "string"
}
]
}
]
cancel the credential issuance request
requestId required | string |
[- {
- "id": "string",
- "version": "string",
- "responsetime": "string",
- "response": {
- "requestId": "string",
- "id": "string"
}, - "errors": [
- {
- "errorCode": "string",
- "message": "string"
}
]
}
]
callback
publisher | string |
topic | string |
publishedOn | string |
object (Event) |
{- "publisher": "string",
- "topic": "string",
- "publishedOn": "string",
- "event": {
- "id": "string",
- "requestId": "string",
- "timestamp": "string",
- "status": "string",
- "url": "string"
}
}
{- "id": "string",
- "version": "string",
- "responsetime": "2019-08-24T14:15:22Z",
- "metadata": { },
- "response": { },
- "errors": [
- {
- "errorCode": "string",
- "message": "string"
}
]
}