v1
latestOpenAPI 3.0.02026-07-266521,3121.2 MBRulesEngine
CheckConditionNameExists
Use this call to check to see if a condition name already exists at a specific level. <b>Permissions Required: </b> GlobalPermissions.OrderBook.RulesEngineNode <b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute
get/api/RulesEngine/CheckConditionNameExists
Query parameters
fkRuleIdinteger
The rule id.
fkConditionIdinteger
Must be specified if checking that a condition name exists under a sub-condition. If checking rule-level conditions, do not specify.
excludeConditionIdinteger
If the check is for renaming a condition, specify the condition id here to exclude it from the results.
conditionNamestring
The name to check.
Response
OK
boolean required