GET Reports ID Parameters
The GET /Reports/{id}/Parameters method is used to return the parameters for the built-in report with the specified report ID. This method returns HTTP 200 OK on a success with the details of the report parameters.
Table 648: GET Reports {id} Parameters Input Parameters
id |
Path |
Required. The Keyfactor Command reference ID of the built-in report the parameter is associated with.
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 649: GET Reports {id} Parameters Response Data
Id
|
An integer indicating the Keyfactor Command reference ID of the report parameter.
|
Parameter Name
|
A string containing the short reference name for the report parameter (e.g. EvalDate). |
Parameter Type |
A string containing the type of the parameter. Possible values include:
- Bool
- CertAuth (certificate authorities)
- Int
- Metadata
- OrchestratorPool
- RelativeDate
- SingleCA
- SingleMetadata
- SSHKeyType
- Templates
- TimePeriod
|
Display Name |
A string containing the display name for the parameter (e.g. Evaluation Date (UTC)). |
Description |
A string containing the description for the parameter. |
Default Value |
A string containing the default value for the parameter. Tip: Default values that are integers are also stored as strings in this parameter. |
Display Order |
An integer indicating the order in which the parameters should be displayed on the scheduling page in Keyfactor Command, beginning with 0. |
Parameter Visibility |
A string indicating whether the parameter should be displayed in the Keyfactor Command Management Portal. The default value is Visible. The alternative setting is Hidden. |
Tip: See the
Keyfactor API Reference and Utility which provides a utility through which the
Keyfactor endpoints can be called and results returned. It is intended to be used primarily for validation, testing and development. It also serves secondarily as documentation for the API. The link to the
Keyfactor API Reference and Utility is in the dropdown from the help icon (

) at the top of the
Management Portal page next to the
Log Out button.