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": "7013188f-c5cc-456b-ab73-64c6504e3826",
"Name": "sample string 2",
"Enabled": true,
"CreationDate": "2025-12-06T03:11:38.0563557+00:00",
"TenantId": "b7657110-841b-453d-83e8-bafdc8f4c4f5",
"SecurityGroupId": "5ab01db7-88df-4d4f-adba-e304696afb07",
"FeatureProperties": [
{
"Id": "af0c4791-6c27-4a08-941f-7fdf2117d491",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:11:38.0563557+00:00",
"FeatureId": "6217c6be-d73a-4d91-98a5-ed28de06f988"
},
{
"Id": "af0c4791-6c27-4a08-941f-7fdf2117d491",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:11:38.0563557+00:00",
"FeatureId": "6217c6be-d73a-4d91-98a5-ed28de06f988"
}
]
},
{
"Id": "7013188f-c5cc-456b-ab73-64c6504e3826",
"Name": "sample string 2",
"Enabled": true,
"CreationDate": "2025-12-06T03:11:38.0563557+00:00",
"TenantId": "b7657110-841b-453d-83e8-bafdc8f4c4f5",
"SecurityGroupId": "5ab01db7-88df-4d4f-adba-e304696afb07",
"FeatureProperties": [
{
"Id": "af0c4791-6c27-4a08-941f-7fdf2117d491",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:11:38.0563557+00:00",
"FeatureId": "6217c6be-d73a-4d91-98a5-ed28de06f988"
},
{
"Id": "af0c4791-6c27-4a08-941f-7fdf2117d491",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:11:38.0563557+00:00",
"FeatureId": "6217c6be-d73a-4d91-98a5-ed28de06f988"
}
]
}
]
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>2025-12-06T03:11:38.0563557+00:00</CreationDate>
<Enabled>true</Enabled>
<FeatureProperties>
<FeaturePropertyDto>
<CreationDate>2025-12-06T03:11:38.0563557+00:00</CreationDate>
<FeatureId>6217c6be-d73a-4d91-98a5-ed28de06f988</FeatureId>
<Id>af0c4791-6c27-4a08-941f-7fdf2117d491</Id>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</FeaturePropertyDto>
<FeaturePropertyDto>
<CreationDate>2025-12-06T03:11:38.0563557+00:00</CreationDate>
<FeatureId>6217c6be-d73a-4d91-98a5-ed28de06f988</FeatureId>
<Id>af0c4791-6c27-4a08-941f-7fdf2117d491</Id>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</FeaturePropertyDto>
</FeatureProperties>
<Id>7013188f-c5cc-456b-ab73-64c6504e3826</Id>
<Name>sample string 2</Name>
<SecurityGroupId>5ab01db7-88df-4d4f-adba-e304696afb07</SecurityGroupId>
<TenantId>b7657110-841b-453d-83e8-bafdc8f4c4f5</TenantId>
</FeatureDto>
<FeatureDto>
<CreationDate>2025-12-06T03:11:38.0563557+00:00</CreationDate>
<Enabled>true</Enabled>
<FeatureProperties>
<FeaturePropertyDto>
<CreationDate>2025-12-06T03:11:38.0563557+00:00</CreationDate>
<FeatureId>6217c6be-d73a-4d91-98a5-ed28de06f988</FeatureId>
<Id>af0c4791-6c27-4a08-941f-7fdf2117d491</Id>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</FeaturePropertyDto>
<FeaturePropertyDto>
<CreationDate>2025-12-06T03:11:38.0563557+00:00</CreationDate>
<FeatureId>6217c6be-d73a-4d91-98a5-ed28de06f988</FeatureId>
<Id>af0c4791-6c27-4a08-941f-7fdf2117d491</Id>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</FeaturePropertyDto>
</FeatureProperties>
<Id>7013188f-c5cc-456b-ab73-64c6504e3826</Id>
<Name>sample string 2</Name>
<SecurityGroupId>5ab01db7-88df-4d4f-adba-e304696afb07</SecurityGroupId>
<TenantId>b7657110-841b-453d-83e8-bafdc8f4c4f5</TenantId>
</FeatureDto>
</ArrayOfFeatureDto>