Skip to main content

List report types

GET https://api.digicert.com/reports/v1/report/types

Use this endpoint to get information about each type of report you can generate.

Example requests and responses

URL query parameters

Name

Req/Opt

Type

Description

language_id

optional

integer

ID of the language to use for the strings returned in these fields:

  • display_name

  • report_description

Allowed values: See Glossary - Locale codes

Default: English (1)

Response parameters

Name

Type

Description

report_types

object

List of objects. Each object contains information about a type of report you can create with the Report Library API.

.. report_type

string

Report type identifier.

Possible values: ordersdomainsbalance-historyaudit-logsorganizationsfqdn, users

.. display_name

string

Display name for the report type. To get this value in a language other than English, use the language_id query parameter.

.. supported_formats

array

List of file type formats the report type supports.

Possible values:CSV, JSON, EXCEL

.. custom_fields_enabled

boolean

If true, report type can include data from custom order fields. Otherwise, false.

Note: Data from custom fields can only be included in orders reports.

.. sub_account_enabled

boolean

If true, report type can include data from a customized selection of subaccounts you manage. Otherwise, false.

.. division_enabled

boolean

If true, report type can include data from a customized selection of divisions in your account. Otherwise, false.

Note: Only orders, balance-history, audit-logs, and users reports allow customizing division sources.

.. report_description

string

Report type description. To get this value in a language other than English, use the language_id query parameter.

.. is_customizable

boolean

If true, you can customize the columns included in this type of report. Otherwise, false.