v1

latestOpenAPI 3.0.42026-07-13107171473.3 KB
Organizations

Get Organization limitations

This endpoint returns the limitations of an Organization identified by the organizationId.

get/v1/organizations/{organizationId}/organization-limitations

Path parameters

organizationIdstring uuid required

The identifier of the Organization.

Response

maxPercentageOptionCountinteger required

Maximum number of percentage options a Feature Flag or Setting can have within a targeting rule.

maxTargetingRuleCountinteger required

Maximum number of targeting rules a Feature Flag or Setting can have.

maxComparisonValueLengthinteger required

Maximum length of a text comparison value.

maxComparisonValueListLengthinteger required

Maximum item count of a list comparison value.

maxComparisonValueListItemLengthinteger required

Maximum length of a list comparison value's item.

maxStringFlagValueLengthinteger required

Maximum length of a text Setting's value.

maxConditionPerTargetingRuleCountinteger required

Maximum number of AND conditions a Feature Flag or Setting can have within a targeting rule.

maxPredefinedVariationsinteger required

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