v1
latestOpenAPI 3.0.02026-08-06165119238.1 KBFeature Rules
List the versions of a feature rule
Retrieves a lists of all the versions for a single feature rule.
get/v3/feature-rules/{featureRuleId}/versions
Path parameters
featureRuleIdstring required
Unique Feature Rule identifier
Response
OK
Example response
[
{
"id": "featureRuleId",
"version": 1,
"label": "Test feature",
"description": "Test feature",
"last_updated": "2011-11-11T11:11:11.000",
"request_type": "html",
"target_name": "article",
"match_operation": "equals",
"target_value": "home_bottom",
"css_selector": ".trial-download-single.trial"
}
]