Skip to main content

getClientFeature

getClientFeature

Path Parameters
  • featureName string required
Responses

clientFeaturesSchema


Schema
  • version number
  • features object[]
  • Array [
  • name string
  • type string
  • description string nullable
  • createdAt date-time nullable
  • lastSeenAt date-time nullable
  • enabled boolean
  • stale boolean
  • impressionData boolean nullable
  • project string
  • strategies object[]
  • Array [
  • id string
  • name string
  • featureName string
  • sortOrder number
  • segments number[]
  • constraints object[]
  • Array [
  • contextName string

    The name of the context field that this constraint should apply to.

  • operator string

    Possible values: [NOT_IN, IN, STR_ENDS_WITH, STR_STARTS_WITH, STR_CONTAINS, NUM_EQ, NUM_GT, NUM_GTE, NUM_LT, NUM_LTE, DATE_AFTER, DATE_BEFORE, SEMVER_EQ, SEMVER_GT, SEMVER_LT]

    The operator to use when evaluating this constraint. For more information about the various operators, refer to the strategy constraint operator documentation.

  • caseInsensitive boolean

    Default value: false

    Whether the operator should be case sensitive or not. Defaults to false (being case sensitive).

  • inverted boolean

    Default value: false

    Whether the result should be negated or not. If true, will turn a true result into a false result and vice versa.

  • values string[]

    The context values that should be used for constraint evaluation. Use this property instead of value for properties that accept multiple values.

  • value string

    The context value that should be used for constraint evaluation. Use this property instead of values for properties that only accept single values.

  • ]
  • parameters object
  • property name* string
  • ]
  • variants object[] nullable
  • Array [
  • name string
  • weight number
  • weightType string
  • stickiness string
  • payload object
  • type string
  • value string
  • overrides object[]
  • Array [
  • contextName string
  • values string[]
  • ]
  • ]
  • ]
  • segments object[]
  • Array [
  • id number
  • name string
  • description string nullable
  • constraints object[]
  • Array [
  • contextName string

    The name of the context field that this constraint should apply to.

  • operator string

    Possible values: [NOT_IN, IN, STR_ENDS_WITH, STR_STARTS_WITH, STR_CONTAINS, NUM_EQ, NUM_GT, NUM_GTE, NUM_LT, NUM_LTE, DATE_AFTER, DATE_BEFORE, SEMVER_EQ, SEMVER_GT, SEMVER_LT]

    The operator to use when evaluating this constraint. For more information about the various operators, refer to the strategy constraint operator documentation.

  • caseInsensitive boolean

    Default value: false

    Whether the operator should be case sensitive or not. Defaults to false (being case sensitive).

  • inverted boolean

    Default value: false

    Whether the result should be negated or not. If true, will turn a true result into a false result and vice versa.

  • values string[]

    The context values that should be used for constraint evaluation. Use this property instead of value for properties that accept multiple values.

  • value string

    The context value that should be used for constraint evaluation. Use this property instead of values for properties that only accept single values.

  • ]
  • ]
  • query object
  • tag array[]
  • project string[]
  • namePrefix string
  • environment string
  • inlineSegmentConstraints boolean
Loading...