Skip to main content

Order report

GET https://www.digicert.com/services/v2/report/order

Use this endpoint to get a CSV of all certificate orders.

Example requests and responses

Filters and URL query parameters

This endpoint supports filters and pagination. For general information and examples of the syntax to use when applying filters to the results, see Services API - Filters, sorting, and pagination parameters.

Name

Req/Opt

Type

Description

filters[{{property_name}}]

optional

string

Filters results by the specified property. Replace {{property_name}} in your request with the property to use for filtering. This endpoint supports filtering by the following properties:

  • filters[id]

  • filters[common_name]

  • filters[status]: Use pending, issued, rejected, revoked, waiting_pickup, reissue_pending, or canceled.

  • filters[date_created]

  • filters[valid_till]

  • filters[organization_id]

  • filters[user_id]

  • filters[product_name_id]: See Glossary – Product identifiers.

  • filters[is_renewed]: Use 1 for true or 0 for false.

  • filters[container_id]

limit

optional

int

Total number of results to include in the response.

Max: 100,000

Default: 50,000

offset

optional

int

Index of the first result to include in the response.

Default: 0

Response CSV columns

Notice

All column parameter values are wrapped in double quotes (").

Name

Description

order_id

Order ID.

customer_order_id

Customer order ID.

date_created

Date the order was placed.

Format: yyyy-MM-dd HH:mm:ss

container_id

Container ID of the order.

container_name

Container name of the order.

status

Order status.

Possible values: Returns pending, issued, rejected, revoked, waiting_pickup, reissue_pending, or canceled.

user_id

ID of the user that placed the order.

organization_id

Organization ID associated with the order.

organization_name

Organization name.

organization_address_1

Organization address.

organization_address_2

organization_city

City where the organization is located.

organization_state

State where the organization is located.

organization_country

Country where the organization is located.

organization_unit

Organization units on the certificate.

tech_first_name

Technical contact first name.

tech_last_name

Technical contact last name.

tech_email

Technical contact email address.

tech_title

Technical contact title.

tech_telephone

Technical contact telephone number.

server_type

Server platform ID. See Glossary – Server platforms.

issuing_ca

Issuing certificate authority.

agreement_id

ID of the CSA agreed to.

validity_years

Number of years the certificate is valid.

signature_hash

Signature hash used to sign the certificate request.

dcv_method

Domain control validation method configured for the domain. See Glossary – DCV methods.

common_name

Name secured by the certificate.

plus_feature

Specifies if plus feature is enabled for the order.

Possible values: 0 (disabled), 1 (enabled)

dns_names

List of additional names secured by the certificate.

number_of_sans

Number of SANs secured by the certificate

server_licenses

Number of server licenses included with the certificate

product_id

ID of the product.

product_name_id

Name ID of the product. See Glossary – Product identifiers.

product_name

Display name of the product. See Glossary – Product identifiers.

product_type

Product type. See Glossary – Product types.

email

If applicable, email address on the certificate.

csr

Certificate signing request (CSR).

valid_from

Date when certificate validity starts.

Format: yyyy-MM-dd

valid_till

Date when certificate validity ends.

Format: yyyy-MM-dd

certificate_tracker_id

Certificate ID.

is_renewed

Specifies if the order has been renewed.

Possible values: 0 (false), 1 (true)

renewed_order_id

Order ID of the previous order. Returned only if order is a renewal.

receipt_id

Receipt ID.

disable_issuance_email

Specifies if issuance emails are sent.

Possible values: 0 (false), 1 (true)

pay_type

Payment method used for the order.

Possible values: A (account balance), C (credit card), U (units)

is_out_of_contract

Contract status of the order.

Possible values: 0 (false), 1 (true)

disable_renewal_notifications

Specifies if renew notifications are enabled.

Possible values: 0 (false), 1 (true)

additional_emails

Additional email addresses on the order.

auto_renew

Specify if the certificate should automatically renew.

Possible values: 0 (disabled), 1 (enabled)

custom_renewal_message

Custom message included in renewal notifications.

thumbprint

Thumbprint of the certificate.

serial_number

Serial number of the certificate.

account_id

Account ID associated with the order.

user_first_name

First name of user that requested the certificate.

user_last_name

Last name of user that requested the certificate.

user_email

Email address of user that requested the certificate.

user_assignments

ID of the user assigned to the order.

cost

Order cost.

Possible values: $ based, unit based

metadata

Custom field details.

Format: {{metadata_id}} {{metadata_label}} {{metadata_value}}

Data separator: 0x1f

has_duplicates

Specifies if the certificate has duplicates.

Possible values: 0 (false), 1 (true)