PUT Reports ID Parameters
The PUT /Reports/{id}/Parameters method is used to update the parameters for the built-in report with the specified report ID. Only some fields can be updated. This method returns HTTP 200 OK on a success with the details of the report parameters.
Table 551: PUT Reports {id} Parameters Input Parameters
Name | In | Description |
---|---|---|
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. |
Id | Body |
Required. The Keyfactor Command reference ID of the report parameter. Use the GET /Reports/{id} (see GET Reports ID) to retrieve the details for the desired report to determine the parameter ID to use. |
DisplayName | Body | A string containing the display name for the parameter (e.g. Evaluation Date (UTC)). |
Description | Body | A string containing the description for the parameter. |
DefaultValue | Body | A string containing the default value for the parameter. Tip: Default values that are integers are also stored as strings in this parameter. |
Table 552: PUT Reports {id} Parameters Response Data
Name |
Description |
---|---|
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:
|
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. |


