POST api/moduleSettings/select
Retrieves a list of module settings that match the given criteria.
Request Information
URI Parameters
None.
Body Parameters
The criteria model to filter module settings by.
ModuleSettingsFilterCriteriaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| UserJourneyId | globally unique identifier |
None. |
|
| ServiceType | ModuleSettingServiceTypeDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"TenantId": "8d850534-f339-46d5-96cf-7dfdd20253e3",
"UserJourneyId": "0761c8a1-52d2-4cd9-9011-1c5ebe43d1a3",
"ServiceType": 0
}
application/xml, text/xml
Sample:
<ModuleSettingsFilterCriteriaDto 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> <ServiceType>None</ServiceType> <TenantId>8d850534-f339-46d5-96cf-7dfdd20253e3</TenantId> <UserJourneyId>0761c8a1-52d2-4cd9-9011-1c5ebe43d1a3</UserJourneyId> </ModuleSettingsFilterCriteriaDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ModuleSettingDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| Url | string |
Required |
|
| DisplayName | string |
Required |
|
| ServiceType | ModuleSettingServiceTypeDto |
None. |
|
| CreationDate | date |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| UserJourneyId | globally unique identifier |
None. |
|
| Bypassable | boolean |
None. |
|
| DefaultValue | string |
None. |
|
| SortIndex | integer |
None. |
|
| ModuleSettingProperties | Collection of ModuleSettingPropertyDto |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "9045ec58-32d4-4a6c-a7c0-19df2b2048c5",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2026-01-11T20:19:52.4747204+00:00",
"TenantId": "9fe54838-02fd-49af-ab27-3d1ef07f380e",
"UserJourneyId": "7036e422-9b86-4932-a24e-b6ae06a26863",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "c2e97a1a-ea2e-4dc4-8960-21bbb17fa1f6",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:19:52.4747204+00:00",
"ModuleSettingId": "31624e9d-014f-4a80-8c14-c64289f4c981"
},
{
"Id": "c2e97a1a-ea2e-4dc4-8960-21bbb17fa1f6",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:19:52.4747204+00:00",
"ModuleSettingId": "31624e9d-014f-4a80-8c14-c64289f4c981"
}
]
},
{
"Id": "9045ec58-32d4-4a6c-a7c0-19df2b2048c5",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2026-01-11T20:19:52.4747204+00:00",
"TenantId": "9fe54838-02fd-49af-ab27-3d1ef07f380e",
"UserJourneyId": "7036e422-9b86-4932-a24e-b6ae06a26863",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "c2e97a1a-ea2e-4dc4-8960-21bbb17fa1f6",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:19:52.4747204+00:00",
"ModuleSettingId": "31624e9d-014f-4a80-8c14-c64289f4c981"
},
{
"Id": "c2e97a1a-ea2e-4dc4-8960-21bbb17fa1f6",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:19:52.4747204+00:00",
"ModuleSettingId": "31624e9d-014f-4a80-8c14-c64289f4c981"
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfModuleSettingDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Settings.Models">
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2026-01-11T20:19:52.4747204+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>9045ec58-32d4-4a6c-a7c0-19df2b2048c5</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:19:52.4747204+00:00</CreationDate>
<Id>c2e97a1a-ea2e-4dc4-8960-21bbb17fa1f6</Id>
<ModuleSettingId>31624e9d-014f-4a80-8c14-c64289f4c981</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:19:52.4747204+00:00</CreationDate>
<Id>c2e97a1a-ea2e-4dc4-8960-21bbb17fa1f6</Id>
<ModuleSettingId>31624e9d-014f-4a80-8c14-c64289f4c981</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
</ModuleSettingProperties>
<Name>sample string 2</Name>
<ServiceType>None</ServiceType>
<SortIndex>10</SortIndex>
<TenantId>9fe54838-02fd-49af-ab27-3d1ef07f380e</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>7036e422-9b86-4932-a24e-b6ae06a26863</UserJourneyId>
</ModuleSettingDto>
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2026-01-11T20:19:52.4747204+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>9045ec58-32d4-4a6c-a7c0-19df2b2048c5</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:19:52.4747204+00:00</CreationDate>
<Id>c2e97a1a-ea2e-4dc4-8960-21bbb17fa1f6</Id>
<ModuleSettingId>31624e9d-014f-4a80-8c14-c64289f4c981</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:19:52.4747204+00:00</CreationDate>
<Id>c2e97a1a-ea2e-4dc4-8960-21bbb17fa1f6</Id>
<ModuleSettingId>31624e9d-014f-4a80-8c14-c64289f4c981</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
</ModuleSettingProperties>
<Name>sample string 2</Name>
<ServiceType>None</ServiceType>
<SortIndex>10</SortIndex>
<TenantId>9fe54838-02fd-49af-ab27-3d1ef07f380e</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>7036e422-9b86-4932-a24e-b6ae06a26863</UserJourneyId>
</ModuleSettingDto>
</ArrayOfModuleSettingDto>