Get value
GET/v2/settings/:settingKeyOrId/value
This endpoint returns the value of a Feature Flag or Setting
in a specified Environment identified by the SDK key passed in the X-CONFIGCAT-SDKKEY
header.
The most important fields in the response are the defaultValue
, targetingRules
.
The defaultValue
represents what the clients will get when the evaluation requests of our SDKs
are not matching to any of the defined Targeting Rules, or when there are no additional rules to evaluate.
The targetingRules
represents the current
Targeting Rule configuration of the actual Feature Flag or Setting
in an ordered collection, which means the order of the returned rules is matching to the
evaluation order. You can read more about these rules here.
The percentageEvaluationAttribute
represents the custom User Object attribute that must be used at the percentage evaluation of the Feature Flag or Setting.
Request
Responses
- 200
- 400
- 404
- 429
Bad request.
Not found.
Too many requests. In case of the request rate exceeds the rate limits.