List unit orders
GET https://www.digicert.com/services/v2/units/order
Use this endpoint to get a list of unit orders.
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
|
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 | integer | Index of the first result to include in the response. Default: |
limit | optional | integer | Total number of results to include in the response. Max: |
Response parameters
Name | Type | Description |
---|---|---|
orders | array | List of objects with details for each unit order. |
.. id | integer | ID of the order. |
.. unit_account_id | integer | Account ID of the subaccount on the order. |
.. unit_account_name | string | Name of the subaccount on the order. |
.. cost | double | Total order cost. |
.. currency | string | Currency unit for order cost. |
.. status | string | Order status. Possible values: |
.. expiration_date | string | Expiration date of the units. Format: |
.. created_date | string | Creation timestamp for the order. Format: |
object | Pagination details for the results. Modified using URL query strings. |