# List Logic Parameters (Input Fields) Retrieves a list of parameters (input fields) and their properties for the specified logic. Endpoint: POST /formulamanager.params/{uniqueName} Security: basic, X-PriceFx-jwt ## Path parameters: - `uniqueName` (string, required) The name (uniqueName) of the logic you want to list parameters for. If omitted, the logic as specified in the product’s master is used, otherwise the passed logic is used. ## Response 200 fields (application/json): - `response` (object) - `response.node` (string) - `response.data` (object) - `response.status` (integer)