2.20 Get SSL Subscription List
2.20.1 API Information
| Environment | |
|---|---|
| Production | https://portal.racent.com/ssl/list |
| Request Method | POST |
| content-type | multipart/form-data |
| Description | This interface is used to retrieve the SSL subscription list by page according to the filter criteria, with 200 entries per page. Data is sorted in descending order by subscription creation time, and the default page number is page 1. |
2.20.2 Parameter Definitions
| Parameter Name | Parameter Type | Required | Description |
|---|---|---|---|
| api_token | String | Y | Identity credential. Please contact Racent technical support to generate the token. |
| productCode | String | N | Product code |
| status | String | N | Order status: PENDING: Applying COMPLETE: Application successful CANCELLED: Cancelled REISSUED: Reissued FAILED: Application failed RENEWED: Renewed REVOKED: Revoked |
| beginDate | String | N | Start time |
| endDate | String | N | End time |
| domainName | String | N | Domain name |
| page | Int | N | Page number |
Response
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| code | Int | Y | Return status, for details please refer to Appendix 3.1 |
| data | Array | N | This parameter is Y when the return status is success. Each item is of Object type, details of each item are as follows |
| certId | String | N | racent certificate ID |
| productName | String | N | Product name |
| productCode | String | N | Product code |
| brand | String | N | Product brand |
| type | String | N | Instance type new: New purchase renew: Renewal upgrade: Upgrade |
| beginDate | String | N | Start time |
| endDate | String | N | End time |
| period | String | N | Term |
| status | String | N | Status |
| created | String | N | Creation time |
| orderNum | String | N | Order number |
| amount | Number | N | Amount |
| commonName | String | N | Common name |
| domains | Array | N | Domain information |
| terminateDate | String | N | Current certificate expiration time |
| remark | String | N | Remark |
| tags | Array | N | Tags |
| page | Int | Y | Page number |
| totalCount | Int | Y | Total count |
| totalPage | Int | Y | Total pages |
| errors | Object or String | N | Specific error information when the return status is error. |