GET api/features/{id}
Retrieves a feature.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the feature to retrieve. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FeatureDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| Enabled | boolean |
None. |
|
| CreationDate | date |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| SecurityGroupId | globally unique identifier |
None. |
|
| FeatureProperties | Collection of FeaturePropertyDto |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "9ba16a90-ade1-471a-8b91-3f2b7479ec9d",
"Name": "sample string 2",
"Enabled": true,
"CreationDate": "2026-01-11T20:22:13.7212389+00:00",
"TenantId": "450f8e97-b17c-47f8-86a3-8fbe6ef0f971",
"SecurityGroupId": "00040624-5b9c-4007-a9b0-32b36d59448c",
"FeatureProperties": [
{
"Id": "21153370-4025-421d-8a21-7209f869348e",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:22:13.7212389+00:00",
"FeatureId": "ab37e429-29bf-4e3c-962b-93d35379eef7"
},
{
"Id": "21153370-4025-421d-8a21-7209f869348e",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:22:13.7212389+00:00",
"FeatureId": "ab37e429-29bf-4e3c-962b-93d35379eef7"
}
]
},
{
"Id": "9ba16a90-ade1-471a-8b91-3f2b7479ec9d",
"Name": "sample string 2",
"Enabled": true,
"CreationDate": "2026-01-11T20:22:13.7212389+00:00",
"TenantId": "450f8e97-b17c-47f8-86a3-8fbe6ef0f971",
"SecurityGroupId": "00040624-5b9c-4007-a9b0-32b36d59448c",
"FeatureProperties": [
{
"Id": "21153370-4025-421d-8a21-7209f869348e",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:22:13.7212389+00:00",
"FeatureId": "ab37e429-29bf-4e3c-962b-93d35379eef7"
},
{
"Id": "21153370-4025-421d-8a21-7209f869348e",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:22:13.7212389+00:00",
"FeatureId": "ab37e429-29bf-4e3c-962b-93d35379eef7"
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfFeatureDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Settings.Models">
<FeatureDto>
<CreationDate>2026-01-11T20:22:13.7212389+00:00</CreationDate>
<Enabled>true</Enabled>
<FeatureProperties>
<FeaturePropertyDto>
<CreationDate>2026-01-11T20:22:13.7212389+00:00</CreationDate>
<FeatureId>ab37e429-29bf-4e3c-962b-93d35379eef7</FeatureId>
<Id>21153370-4025-421d-8a21-7209f869348e</Id>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</FeaturePropertyDto>
<FeaturePropertyDto>
<CreationDate>2026-01-11T20:22:13.7212389+00:00</CreationDate>
<FeatureId>ab37e429-29bf-4e3c-962b-93d35379eef7</FeatureId>
<Id>21153370-4025-421d-8a21-7209f869348e</Id>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</FeaturePropertyDto>
</FeatureProperties>
<Id>9ba16a90-ade1-471a-8b91-3f2b7479ec9d</Id>
<Name>sample string 2</Name>
<SecurityGroupId>00040624-5b9c-4007-a9b0-32b36d59448c</SecurityGroupId>
<TenantId>450f8e97-b17c-47f8-86a3-8fbe6ef0f971</TenantId>
</FeatureDto>
<FeatureDto>
<CreationDate>2026-01-11T20:22:13.7212389+00:00</CreationDate>
<Enabled>true</Enabled>
<FeatureProperties>
<FeaturePropertyDto>
<CreationDate>2026-01-11T20:22:13.7212389+00:00</CreationDate>
<FeatureId>ab37e429-29bf-4e3c-962b-93d35379eef7</FeatureId>
<Id>21153370-4025-421d-8a21-7209f869348e</Id>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</FeaturePropertyDto>
<FeaturePropertyDto>
<CreationDate>2026-01-11T20:22:13.7212389+00:00</CreationDate>
<FeatureId>ab37e429-29bf-4e3c-962b-93d35379eef7</FeatureId>
<Id>21153370-4025-421d-8a21-7209f869348e</Id>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</FeaturePropertyDto>
</FeatureProperties>
<Id>9ba16a90-ade1-471a-8b91-3f2b7479ec9d</Id>
<Name>sample string 2</Name>
<SecurityGroupId>00040624-5b9c-4007-a9b0-32b36d59448c</SecurityGroupId>
<TenantId>450f8e97-b17c-47f8-86a3-8fbe6ef0f971</TenantId>
</FeatureDto>
</ArrayOfFeatureDto>