POST api/features/select

Retrieves a list of features that match the given criteria.

Request Information

URI Parameters

None.

Body Parameters

The criteria model to filter features by.

FeatureFilterCriteriaDto
NameDescriptionTypeAdditional information
Name

string

None.

TenantId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "TenantId": "19ddefc1-7c96-437f-9110-60842a36b0ff"
}

application/xml, text/xml

Sample:
<FeatureFilterCriteriaDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Settings.Models.FilterCriteria">
  <Name>sample string 1</Name>
  <TenantId>19ddefc1-7c96-437f-9110-60842a36b0ff</TenantId>
</FeatureFilterCriteriaDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of FeatureDto
NameDescriptionTypeAdditional 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": "ea523a6b-5eba-447d-a105-ee62fdb5a83d",
    "Name": "sample string 2",
    "Enabled": true,
    "CreationDate": "2025-12-06T04:45:59.8628058+00:00",
    "TenantId": "1fbf6338-8cdf-45ef-8727-0188c3ec75ef",
    "SecurityGroupId": "43b89f4b-925a-4e6b-8912-03ea5b475b94",
    "FeatureProperties": [
      {
        "Id": "5544c078-829c-46b2-be0e-96e3e9379bb4",
        "Name": "sample string 2",
        "Value": "sample string 3",
        "CreationDate": "2025-12-06T04:45:59.8628058+00:00",
        "FeatureId": "dd2eb327-f90b-4f8d-a4e5-e73abf609889"
      },
      {
        "Id": "5544c078-829c-46b2-be0e-96e3e9379bb4",
        "Name": "sample string 2",
        "Value": "sample string 3",
        "CreationDate": "2025-12-06T04:45:59.8628058+00:00",
        "FeatureId": "dd2eb327-f90b-4f8d-a4e5-e73abf609889"
      }
    ]
  },
  {
    "Id": "ea523a6b-5eba-447d-a105-ee62fdb5a83d",
    "Name": "sample string 2",
    "Enabled": true,
    "CreationDate": "2025-12-06T04:45:59.8628058+00:00",
    "TenantId": "1fbf6338-8cdf-45ef-8727-0188c3ec75ef",
    "SecurityGroupId": "43b89f4b-925a-4e6b-8912-03ea5b475b94",
    "FeatureProperties": [
      {
        "Id": "5544c078-829c-46b2-be0e-96e3e9379bb4",
        "Name": "sample string 2",
        "Value": "sample string 3",
        "CreationDate": "2025-12-06T04:45:59.8628058+00:00",
        "FeatureId": "dd2eb327-f90b-4f8d-a4e5-e73abf609889"
      },
      {
        "Id": "5544c078-829c-46b2-be0e-96e3e9379bb4",
        "Name": "sample string 2",
        "Value": "sample string 3",
        "CreationDate": "2025-12-06T04:45:59.8628058+00:00",
        "FeatureId": "dd2eb327-f90b-4f8d-a4e5-e73abf609889"
      }
    ]
  }
]

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-06T04:45:59.8628058+00:00</CreationDate>
    <Enabled>true</Enabled>
    <FeatureProperties>
      <FeaturePropertyDto>
        <CreationDate>2025-12-06T04:45:59.8628058+00:00</CreationDate>
        <FeatureId>dd2eb327-f90b-4f8d-a4e5-e73abf609889</FeatureId>
        <Id>5544c078-829c-46b2-be0e-96e3e9379bb4</Id>
        <Name>sample string 2</Name>
        <Value>sample string 3</Value>
      </FeaturePropertyDto>
      <FeaturePropertyDto>
        <CreationDate>2025-12-06T04:45:59.8628058+00:00</CreationDate>
        <FeatureId>dd2eb327-f90b-4f8d-a4e5-e73abf609889</FeatureId>
        <Id>5544c078-829c-46b2-be0e-96e3e9379bb4</Id>
        <Name>sample string 2</Name>
        <Value>sample string 3</Value>
      </FeaturePropertyDto>
    </FeatureProperties>
    <Id>ea523a6b-5eba-447d-a105-ee62fdb5a83d</Id>
    <Name>sample string 2</Name>
    <SecurityGroupId>43b89f4b-925a-4e6b-8912-03ea5b475b94</SecurityGroupId>
    <TenantId>1fbf6338-8cdf-45ef-8727-0188c3ec75ef</TenantId>
  </FeatureDto>
  <FeatureDto>
    <CreationDate>2025-12-06T04:45:59.8628058+00:00</CreationDate>
    <Enabled>true</Enabled>
    <FeatureProperties>
      <FeaturePropertyDto>
        <CreationDate>2025-12-06T04:45:59.8628058+00:00</CreationDate>
        <FeatureId>dd2eb327-f90b-4f8d-a4e5-e73abf609889</FeatureId>
        <Id>5544c078-829c-46b2-be0e-96e3e9379bb4</Id>
        <Name>sample string 2</Name>
        <Value>sample string 3</Value>
      </FeaturePropertyDto>
      <FeaturePropertyDto>
        <CreationDate>2025-12-06T04:45:59.8628058+00:00</CreationDate>
        <FeatureId>dd2eb327-f90b-4f8d-a4e5-e73abf609889</FeatureId>
        <Id>5544c078-829c-46b2-be0e-96e3e9379bb4</Id>
        <Name>sample string 2</Name>
        <Value>sample string 3</Value>
      </FeaturePropertyDto>
    </FeatureProperties>
    <Id>ea523a6b-5eba-447d-a105-ee62fdb5a83d</Id>
    <Name>sample string 2</Name>
    <SecurityGroupId>43b89f4b-925a-4e6b-8912-03ea5b475b94</SecurityGroupId>
    <TenantId>1fbf6338-8cdf-45ef-8727-0188c3ec75ef</TenantId>
  </FeatureDto>
</ArrayOfFeatureDto>