Description
Gets a list of Digital Certificate Orders matching the search criteria, along with the details.
Parameters
Name | Data Type | Required / Optional | Description |
---|---|---|---|
auth-userid | Integer | Required | Authentication Parameter |
api-key or auth-password | String | Required | Authentication Parameter |
no-of-records | Integer | Required | Number of Orders to be fetched. This should be a value between 10 to 500. |
page-no | Integer | Required | Page number for which details are to be fetched. |
order-id | Array of Integers | Optional | Order Id(s) of the Digital Certificate Order(s) whose details need to be fetched. |
reseller-id | Array of Integers | Optional | Reseller Id(s) whose Orders need to be fetched. |
customer-id | Array of Integers | Optional | Customer Id(s) whose Orders need to be fetched. |
show-child-orders | Boolean | Optional | Whether Sub-Reseller Orders need to be fetched or not. |
status | Array of Strings | Optional | Status of the order, namely, Active, Deleted etc. |
domain-name | String | Optional | Name of the Domain. |
cert-key | String | Required | Specifies the type of Digital Certificate. Values can be:
|
creation-date-start | String | Optional | UNIX TimeStamp for listing of Digital Certificate Orders whose Creation Date is greater than creation-date-start. |
creation-date-end | String | Optional | UNIX TimeStamp for listing of Digital Certificate Orders whose Creation Date is less than creation-date-end. |
expiry-date-start | String | Optional | UNIX TimeStamp for listing of Digital Certificate Orders whose Expiry Date is greater than expiry-date-start. |
expiry-date-end | String | Optional | UNIX TimeStamp for listing of Digital Certificate Orders whose Expiry Date is less than expiry-date-end. |
HTTP Method
GET
Example Test URL Request
https://test.httpapi.com/api/digitalcertificate/search.json?auth-userid=0&api-key=key&no-of-records=10&page-no=1
Response
Returns the details of the Digital Certificate Orders which match the search criteria.