Skip to main content

Get all feature flags

Get list of all feature flag configurations

Query Parameters
  • paramsIO object required
  • optionalFields string[]
Responses

OK


Schema
  • Array [
  • dateContentModified date-time

    Date and time when the feature flag configuration content was last modified

  • dateCreated date-time

    Date and time when the feature flag configuration was created

  • dateModified date-time

    Date and time when the feature flag configuration was last modified

  • description string

    Description of the feature

  • environmentConfigurations object[]

    Environment-specific configurations for the feature flag

  • Array [
  • dateModified date-time

    The date when this environment configuration was last modified

  • defaultVariationKey string

    The default variation key to serve in this environment

  • environmentKey string

    The environment key associated with this configuration

  • featureEnabled boolean

    Indicates whether the feature flag is enabled in this environment

  • rolloutRules object[]

    Rollout rules for this environment

  • Array [
  • ]
  • ]
  • featureKey string

    The key used to identify the feature flag

  • health string

    Possible values: [HEALTHY, STALE, SMELLY, PERMANENT]

    Health of the feature flag (only for temporary ones)

  • id int64

    This field is generated by the system to uniquely identify a feature flag

  • integrations object

    Integrations associated with the feature flag

  • deliveryRules object[]

    List of integrations enabled for delivery rules

  • Array [
  • customAnalytics string[]

    Name of the custom analytics

  • customVariable int32

    Integration custom variable

  • integrationName string

    Possible values: [GOOGLE_ANALYTICS4, GOOGLE_ANALYTICS4_AUDIENCES, GOOGLE_UNIVERSAL_ANALYTICS, ECONDA, SMART_TAG, PIANO, ADOBE_OMNITURE, EULERIAN, WEBTRENDS, KISSMETRICS, PIWIK, CRAZY_EGG, COM_SCORE, TEALIUM, YSANCE, M_PATHY, SMARTFOCUS, EMARSYS, EXPERTSENDER, TAG_COMMANDER, CONTENT_SQUARE, WEBTREKK, CUSTOM_INTEGRATIONS, HEAP, SEGMENT, MIXPANEL, CLARITY, IABTCF, SMARTLOOK, MOUSEFLOW, KLAVIYO, FULLSTORY, AMPLITUDE, SNOWPLOW, JUNE, MPARTICLE, BIGQUERY, RUDDERSTACK, SNOWFLAKE, GLASSBOX, HUBSPOT, AIR360, DATADOG, KAMELEOON_TRACKING, CUSTOM_TRACKING, VERCEL, AKAMAI]

    Name of the integration

  • ]
  • experimentRules object[]

    List of integrations enabled for experimentation rules

  • Array [
  • customAnalytics string[]

    Name of the custom analytics

  • customVariable int32

    Integration custom variable

  • integrationName string

    Possible values: [GOOGLE_ANALYTICS4, GOOGLE_ANALYTICS4_AUDIENCES, GOOGLE_UNIVERSAL_ANALYTICS, ECONDA, SMART_TAG, PIANO, ADOBE_OMNITURE, EULERIAN, WEBTRENDS, KISSMETRICS, PIWIK, CRAZY_EGG, COM_SCORE, TEALIUM, YSANCE, M_PATHY, SMARTFOCUS, EMARSYS, EXPERTSENDER, TAG_COMMANDER, CONTENT_SQUARE, WEBTREKK, CUSTOM_INTEGRATIONS, HEAP, SEGMENT, MIXPANEL, CLARITY, IABTCF, SMARTLOOK, MOUSEFLOW, KLAVIYO, FULLSTORY, AMPLITUDE, SNOWPLOW, JUNE, MPARTICLE, BIGQUERY, RUDDERSTACK, SNOWFLAKE, GLASSBOX, HUBSPOT, AIR360, DATADOG, KAMELEOON_TRACKING, CUSTOM_TRACKING, VERCEL, AKAMAI]

    Name of the integration

  • ]
  • name string

    Name of the feature flag

  • primaryGoalId int64

    Primary goal associated with the feature flag

  • secondaryGoalIds int64[]

    Secondary goals associated with the feature flag

  • siteCode string

    The site code to which it belongs. This is an optional field needs to specify in request params.

  • tags string[]

    List of tags associated with the feature flag. This is an optional field needs to specify in request params.

  • variables object[]

    Variables associated with the feature flag

  • Array [
  • key string

    Key to identify the variable

  • type string

    Possible values: [BOOLEAN, NUMBER, STRING, JSON]

    Type of the variable

  • value string

    Value of the variable

  • ]
  • variations object[]

    Variations associated with the feature flag

  • Array [
  • key string

    Key to identify the variation

  • name string

    Name to identify the variation

  • variables object[]

    Set of variables implemented by the variation

  • Array [
  • key string

    Key to identify the variable

  • type string

    Possible values: [BOOLEAN, NUMBER, STRING, JSON]

    Type of the variable

  • value string

    Value of the variable

  • ]
  • ]
  • ]
Loading...