| Function name |
getRevokedCredList(QueryCredentialList queryCredentialList) |
| Description |
Called when verifying credentials. Find out all its revoked credential IDs by Issuer's DID. |
| Request Parameters |
| No. |
Parameter |
Type |
Required |
Description |
| 1 |
|
QueryCredentialList |
Y |
|
| QueryCredentialList |
| 1 |
page |
Integer |
Y |
Number of pages |
| 2 |
size |
Integer |
Y |
Number of entries per page |
| 3 |
did |
String |
Y |
DID |
| Response Parameters |
| No. |
Parameter |
Type |
Required |
Description |
| 1 |
|
Pages<BaseCredential> |
Y |
Query result, basic info list of the credential |
| Pages |
| No. |
Parameter |
Type |
Required |
Description |
| 1 |
page |
Integer |
Y |
Page number |
| 2 |
size |
Integer |
Y |
Paging Size |
| 3 |
totalNum |
Integer |
Y |
Total number |
| 4 |
totalPage |
Integer |
Y |
Total pages |
| 5 |
result |
List<BaseCredential> |
Y |
List of revoked documents |
| BaseCredential |
| No. |
Parameter |
Type |
Required |
Description |
| 1 |
id |
String |
Y |
Credential ID |
| 2 |
created |
String |
Y |
Revoked time |