GET Api/Platform/FeatureFlags?filter={filter}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
filter

string

Required

Body Parameters

None.

Response Information

Resource Description

Dictionary of string [key] and boolean [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": true,
  "sample string 3": true
}

multipart/form-data

Sample:
{"sample string 1":true,"sample string 3":true}