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:
Allowed values: See Glossary - Locale codes Default: English ( |
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: |
.. display_name | string | Display name for the report type. To get this value in a language other than English, use the |
.. supported_formats | array | List of file type formats the report type supports. Possible values: |
.. 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 |
.. 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 |
.. report_description | string | Report type description. To get this value in a language other than English, use the |
.. is_customizable | boolean | If true, you can customize the columns included in this type of report. Otherwise, false. |