Feature Flags & Settings

Get predefined variations

This endpoint returns the predefined variations along with their usages in the Environments for a Feature Flag or Setting identified by the settingId parameter.

get/v1/settings/{settingId}/predefined-variations

Path parameters

settingIdinteger required

The identifier of the Setting.

Response

When the update was successful.

settingKeystring required

Key of the Feature Flag or Setting.

settingType'boolean' | 'string' | 'int' | 'double' required

The type of the Feature Flag or Setting.

maxPredefinedVariationsinteger required

The maximum number of predefined variations allowed for the Feature Flag or Setting.

Changes

No recorded changes to this endpoint across all 4 revisions of this API.