GET Reports ID
The GET /Reports/{id} method is used to return the built-in report with the specified ID. This method returns HTTP 200 OK on a success with the details of the report.
Table 609: GET Reports {id} Input Parameters
Name | In | Description |
---|---|---|
id | Path |
Required. An integer containing the Keyfactor Command reference ID for the report that should be retrieved. Use the GET /Reports method (see GET Reports) to retrieve a list of your built-in reports to determine the report ID to use. |
Table 610: GET Reports {id} Response Data
Name | Description |
---|---|
Id | An integer containing the Keyfactor Command reference ID for the report. |
Display Name | A string containing the display name for the report. This appears in the Keyfactor Command Management Portal on the Report Manager page, at the top of the page for the generated report, and on the menu. Tip: Exported reports use built-in names; modifying this value will not change the name that appears at the top of the exported version of a report (e.g. a PDF). |
Description | A string containing the description for the report. This appears in the Keyfactor Command Management Portal on the Report Manager page and at the top of the page for the generated report. |
Report Path | A string containing the name of the report as referenced when retrieving it via Logi Analytics. |
Version Number | A string containing the version number for the report. |
Categories |
A string containing the report category or categories in which the report is found on the report manager page in the Keyfactor Command Management Portal. The possible values are:
|
Short Name | A string containing the short reference name for the report. |
In Navigator | A Boolean that indicates whether the report has been configured to display on the Keyfactor Command Management Portal menu (true) or not (false). |
Favorite | A Boolean that indicates whether the report has been marked as a favorite (true) or not (false). |
Remove Duplicates | A Boolean that indicates whether the report uses certificate de-duping logic in producing output (true) or not (false).
Tip: When de-duplication is enabled for a report, the report results will include only the most recently issued certificate if there is more than one certificate that matches the de-duplication criteria. De-duplication can only be enabled for reports that use certificate collections—the UsesCollection parameter. The UsesCollection parameter is not user-configurable. Certificate de-duping is configured on a certificate collection using the DuplicationField parameter (see POST Certificate Collections). This corresponds to the Keyfactor Command Management Portal Ignore renewed certificate results by option on a certificate collection. Certificate collections may be configured to be de-duplicated based on the certificate common name, distinguished name, or principal name (or not at all). Only certificates that share all the EKUs (e.g. Client Authentication and Server Authentication) as well as the same CN, DN or UPN will be eliminated as duplicates. If a certificate has more than one EKU and at least one EKU does not match an otherwise similar certificate with matching CN, DN or UPN, it will not be eliminated. |
Uses Collection | A Boolean that indicates whether the report uses a certificate collection as input for reporting (true) or not (false). |
Report Parameter |
An array of objects containing the parameters for the report. |
Schedules |
An array of objects containing the configured schedules for running the report, if any. |
Accepted Schedule Formats | An array of strings containing the report formats supported for the report. Typically supported formats are PDF and Excel. Select reports support CSV format. |


