Get rule details

get/ruleSets/{ruleSetId}/rules/{rid}
Internal-Use Only

Returns the details of a rule.

Request Samples

1

Response Samples

1{
2 "name": "Age Requirements",
3 "conditional": "if",
4 "ruleFiredTrackingEnabled": true
5}

Path Parameters

NameTypeRequiredDescription
rid
string
true

The rule ID.

ruleSetId
string
true

The rule set ID.

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema
404Not FoundNo rule ID exists at the requested path.Schema