v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Feature 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

idstring
versionnumber
labelstring
descriptionstring
last_updatedstring
request_type'html' | 'json' | 'graphql'
target_namestring
match_operation'equals' | 'contains'
target_valuestring
css_selectorstring

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"
  }
]