List Logic Parameters (Input Fields)

post/formulamanager.params/{uniqueName}

Retrieves a list of parameters (input fields) and their properties for the specified logic.

Securitybasic or X-PriceFx-jwt
Request
path Parameters
uniqueName
required
string

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.

Responses
200

OK

Response Schema: application/json
object
node
string non-empty
data
object
status
integer
Request samples
Response samples
application/json
{
  • "response": {
    • "node": "string",
    • "data": { },
    • "status": 0
    }
}