Skip to main content

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 seconds. The total time frame (minutes plus seconds) cannot exceed seven days.

Max: 10080

seconds

optional

int

Limit results to orders that changed status in the last n seconds. Use alone, or combine with minutes. The total time frame (minutes plus seconds) cannot exceed seven days.

Max: 604800

filters[status_last_updated]

optional

string

Limits results to orders that changed status in the given date range. Date format is yyyy-MM-dd or yy-mm-dd+HH:mm:ss. Timezone is MDT. Use an ellipses (...) to separate start and end date.

When using the status_last_updated filter, the response omits orders that changed status again after the end of the given time frame.

Example: 2019-08-01+00:00:00...2019-08-07+23:59:59

Response parameters

Name

Type

Description

orders

array

List of orders that changed status in the given time frame.

When using the status_last_updated filter, the response omits orders that changed status again after the end of the given time frame.

.. order_id

int

Order ID.

.. certificate_id

int

Certificate ID.

.. status

string

Current order status. See Glossary – Order status.