Skip to main content

Get strategies that use a context field

GET /api/admin/context/:contextField/strategies

Retrieves a list of all strategies that use the specified context field. If the context field doesn't exist, returns an empty list of strategies

Request

Path Parameters

  • contextField string required
Responses

contextFieldStrategiesSchema

Schema
  • strategies object[]required

    List of strategies using the context field

  • Array [
  • id string required

    The ID of the strategy.

  • featureName string required

    The name of the feature that contains this strategy.

  • projectId string required

    The ID of the project that contains this feature.

  • environment string required

    The ID of the environment where this strategy is in.

  • strategyName string required

    The name of the strategy.

  • ]
Loading...