Status change list
GET https://www.digicert.com/services/v2/order/certificate/status-changes
Use this endpoint to list orders that changed status during the given time frame.
Usage and limitations
This API operation requires you to specify a time frame using query string parameters. The total time frame cannot exceed seven days (10080 minutes, or 604800 seconds).
To list orders that changed status between now and up to seven days ago, use the minutes
and seconds
query parameters. Use these parameters alone, or combine them. For example:
To list orders that changed status more than seven days ago, use the status_last_updated
date range filter (filters[status_last_updated]
). For example:
Note
When using the status_last_updated
filter, the response omits orders that changed status again after the end of the given time frame.
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.
Important
You must include at least one URL query string filter in your request.
Name | Req/Opt | Type | Description |
---|---|---|---|
minutes | optional | int | Limit results to orders that changed status in the last n minutes. Use alone, or combine with Max: |
seconds | optional | int | Limit results to orders that changed status in the last n seconds. Use alone, or combine with Max: |
filters[status_last_updated] | optional | string | Limits results to orders that changed status in the given date range. Date format is When using the Example: |
Response parameters
Name | Type | Description |
---|---|---|
orders | array | List of orders that changed status in the given time frame. When using the |
.. order_id | int | Order ID. |
.. certificate_id | int | Certificate ID. |
.. status | string | Current order status. See Glossary – Order status. |