| Function name |
queryAuthIssuerList(AuthIssuerList query) |
| Description |
You can query whether it is the issuer through DID and identify the type of credential that can be issued by name. |
| Request Parameters |
| No. |
Parameter |
Type |
Required |
Description |
| 1 |
|
AuthIssuerList |
Y |
|
| AuthIssuerList |
| 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<AuthorityIssuer> |
Y |
Query result, the list of issuers |
| Pages |
| 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<AuthorityIssuer> |
Y |
List of issuers |
| AuthorityIssuer |
| No. |
Parameter |
Type |
Required |
Description |
| 1 |
did |
String |
Y |
DID |
| 2 |
name |
String |
Y |
Issuer’s name |