List subaccount orders
GET https://www.digicert.com/services/v2/account/subaccount/order
Use this endpoint to list all orders from both subaccounts and sub-subaccounts.
Example requests and responses
Filters and URL query parameters
This endpoint supports filters, sorting, and pagination. For general information and examples of the syntax to use when applying filters and sorting results, see Services API - Filters, sorting, and pagination parameters.
Name | Req/Opt | Type | Description |
---|---|---|---|
filters[ | optional | string | Filters results by the specified property. Replace This endpoint supports filtering by the following properties:
|
sort | optional | string | Sorts results by the value of one or more properties. By default, sorts results in ascending alphabetical order (0-9, A-Z). To sort in descending alphabetical order (9-0, Z-A), prefix the property name with a minus ( To sort by multiple properties, separate the name of each property with a comma. Sort hierarchy matches the order of properties in this list. This endpoint supports sorting by the following properties:
|
offset | optional | int | Index of the first result to include in the response. Default: |
limit | optional | int | Total number of results to include in the response. Max: |
Response parameters
Name | Type | Description |
---|---|---|
orders | array | List of returned orders. |
.. id | int | Order ID. |
.. certificate | object | Details about the certificate ordered. Only returned for orders placed by immediate subaccounts. |
.. .. id | int | Certificate ID. |
.. .. thumbprint | string | Thumbprint of the certificate. Only returned if certificate status is |
.. .. serial_number | string | Serial number of the certificate. Only returned if certificate status is |
.. .. common_name | string | Name secured by the certificate. |
.. .. dns_names | array | List of additional names secured by the certificate. |
.. .. valid_till | string | Date when certificate validity ends. Only returned if certificate status is Format: |
.. .. organization_units | array | List of organization units on the certificate. |
.. .. signature_hash | string | Signing algorithm used by the certificate. |
.. subaccount | object | Details about the subaccount that ordered the certificate. |
.. .. account_id | int | Subaccount ID. |
.. .. account_type | string | Subaccount type. |
.. .. organization_name | string | Primary organization of the subaccount. |
.. product | object | Details about the ordered product. |
.. .. name_id | string | Name ID of the product. See Glossary – Product identifiers. |
.. .. name | string | Display name of the product. See Glossary – Product identifiers |
.. .. type | string | Product type. See Glossary – Product types. |
.. order_price | object | Details about the order price. |
.. .. cost | int | Total order cost. |
.. .. currency | string | Currency unit. Possible values: |
.. status | string | Status of the order. See Glossary – Order status. |
.. number_of_sans | int | Number of domains in the |
.. date_created | string | Order creation date. Format: UTC timezone and ISO 8601 date |
.. date_issued | string | Date when the certificate was issued. Only returned if certificate status is Format: |
.. validity_years | int | Number of years the certificate will be valid. |
.. order_prices | array of objects | If the subaccount reissues a certificate on the order and the parent account is using a different currency than when the original order was placed, this endpoint returns an When the subaccount reissues a certificate and the parent account is using the same currency as the when the original order was placed, the extra cost of the reissued certificate is added to the |
.. .. cost | number | Total cost of reissues requested in the corresponding |
.. .. currency | string | Currency unit for the corresponding |
object | Details about results. Modified using URL query strings. |