v1

latestOpenAPI 3.0.02026-08-06165119238.1 KB
Feature Rules

List feature rules

Retrieves a list of feature rules.

get/v3/feature-rules

Query parameters

tagsstring
Example:tag1,tag2,tag3

A comma-separeted list of feature rule tags (Maximum 50 tags allowed)

Response

OK - Feature rules have been retrieved successfully

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