Skip to main content

Get option keys and authorities for a list of features


ApiScope: manage.feature.read
API Scope Level: ServiceSubscriberScope
Request Body required
    featureKeys Feature keys to fetch configs for.[] required
    includeInternalAuthorities If true, include authorities with InSelfAdmin=false. Defaults to false.
    includeHiddenOptionKeys If true, include option keys with VisibleInFeatures=false. Defaults to false.
Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    featureConfigs object
    property name* Map of featureKey -> FeatureConfigDTO. Missing/invalid keys are surfaced in warnings, not in this map.
    optionKeys object[]
  • Array [
  • optionKey The unique key of the configuration.
    optionDescription The description of the configuration.
    configPromptType The type of the configuration value. For example - Date, Number, List etc.
    possibleValues The possible values of the configuration.
  • ]
  • authorities object[]
  • Array [
  • authority string
    description string
  • ]
Loading...