GET featureflag/all

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ConfigFeatureDto
NameDescriptionTypeAdditional information
FeatureId

integer

None.

FeatureName

string

None.

Value

integer

None.

CreatedTimeStamp

date

None.

ModifiedTimeStamp

date

None.

KeyValues

string

None.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "FeatureId": 1,
    "FeatureName": "sample string 2",
    "Value": 1,
    "CreatedTimeStamp": "2025-05-06T01:41:05.970691+01:00",
    "ModifiedTimeStamp": "2025-05-06T01:41:05.970691+01:00",
    "KeyValues": "sample string 3"
  },
  {
    "FeatureId": 1,
    "FeatureName": "sample string 2",
    "Value": 1,
    "CreatedTimeStamp": "2025-05-06T01:41:05.970691+01:00",
    "ModifiedTimeStamp": "2025-05-06T01:41:05.970691+01:00",
    "KeyValues": "sample string 3"
  }
]