All Products
Search
Document Center

Blockchain as a Service:DescribeAntChainCertificateApplications

Last Updated:Aug 18, 2023

You can call this operation to query the certificate applications submitted by a consortium member for accessing a blockchain in Ant Blockchain.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.

Request parameters

ParameterTypeRequiredExampleDescription
AntChainIdStringYes1q8B5R9p

The ID of the blockchain that the consortium member submitted the certificate applications to access.

PageNumberIntegerYes1

The number of the page to return. Pages start from page 1.

PageSizeIntegerYes20

The number of entries to return on each page.

StatusStringYes1

The status of the certificate applications to query.

ActionStringNoDescribeAntChainCertificateApplications

The operation that you want to perform. Set the value to DescribeAntChainCertificateApplications.

RegionIdStringNocn-hangzhou

The ID of the region where Ant Blockchain is used.

Response parameters

ParameterTypeExampleDescription
RequestIdStringB232A84E-7944-4EB0-83D0-9D409E12E0A8

The ID of the request.

Result

The result of the operation.

CertificateApplications

The information about the returned certificate applications.

AntChainIdString1q8B5R9p

The ID of the blockchain that the consortium member submitted the certificate application to access.

BidString26842

The ID of the website on which the consortium member who submitted the certificate application was registered.

CreatetimeLong1563949275000

The time when the certificate application was created.

StatusString1

The status of the certificate application.

UpdatetimeLong1563949275000

The time when the certificate application was updated.

UsernameStringuid-128712635330****

The username of the consortium member who submitted the certificate application.

Pagination

The information about the pages that list the certificate applications of the consortium member.

PageNumberInteger1

The page number of the returned page.

PageSizeInteger20

The number of entries returned per page.

TotalCountInteger1

The total number of returned entries.

Examples

Sample requests


http(s)://[Endpoint]/?Action=DescribeAntChainCertificateApplications
&<Common request parameters>

Sample success responses

JSON format

{
	"successResponse":true,
	"requestId":"B232A84E-7944-4EB0-83D0-9D409E12E0A8",
	"data":{
		"Result":{
			"CertificateApplications":[
				{
					"Status":1,
					"Username":"uid-128712635330****",
					"Bid":"26842",
					"AntChainId":"1q8B5R9p",
					"Createtime":1563949275000,
					"Updatetime":1563949275000
				}
			],
			"Pagination":{
				"PageNumber":1,
				"TotalCount":1,
				"PageSize":20
			}
		},
		"RequestId":"B232A84E-7944-4EB0-83D0-9D409E12E0A8"
	},
	"code":"200"
}

Error codes

For a list of error codes, visit the API Error Center.