Get a feature environment
Information about the enablement status and strategies for a feature flag in specified environment.
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Path parameters
projectId
featureName
environment
Response
featureEnvironmentSchema
name
The name of the environment
enabled
true if the feature is enabled for the environment, otherwise false.
featureName
The name of the feature
environment
The name of the environment
type
The type of the environment
sortOrder
The sort order of the feature environment in the feature environments list
variantCount
The number of defined variants
strategies
A list of activation strategies for the feature environment
variants
A list of variants for the feature environment
changeRequestIds
Experimental. A list of change request identifiers for actionable change requests that are not Cancelled, Rejected or Approved.
milestoneName
Experimental: The name of the currently active release plan milestone
milestoneOrder
Experimental: The zero-indexed order of currently active milestone in the list of all release plan milestones
totalMilestones
Experimental: The total number of milestones in the feature environment release plan
lastSeenAt
The date when metrics where last collected for the feature environment
hasStrategies
Whether the feature has any strategies defined.
hasEnabledStrategies
Whether the feature has any enabled strategies defined.
releasePlans
Release plans for this feature environment (only available when milestoneProgression feature flag is enabled)
yes
How many times the feature evaluated to true (enabled)
no
How many times the feature evaluated to false (disabled)