GET api/moduleSettings/{id}
Retrieves a module setting.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the module setting to retrieve. |
globally unique identifier |
Required |
Body Parameters
None.
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": "89eba218-e07c-49bf-82e9-3204a199eaf3",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2026-01-11T20:20:32.2858152+00:00",
"TenantId": "28203654-b7ca-48e4-b08e-ce675e4eacfa",
"UserJourneyId": "f864503b-66b3-4c7e-881b-228df9d2030e",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "8341e8c6-9dd7-4b93-b3b6-cf6c28c2c48b",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:20:32.2858152+00:00",
"ModuleSettingId": "938adaf5-4dbd-4f18-a145-4916b9417800"
},
{
"Id": "8341e8c6-9dd7-4b93-b3b6-cf6c28c2c48b",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:20:32.2858152+00:00",
"ModuleSettingId": "938adaf5-4dbd-4f18-a145-4916b9417800"
}
]
},
{
"Id": "89eba218-e07c-49bf-82e9-3204a199eaf3",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2026-01-11T20:20:32.2858152+00:00",
"TenantId": "28203654-b7ca-48e4-b08e-ce675e4eacfa",
"UserJourneyId": "f864503b-66b3-4c7e-881b-228df9d2030e",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "8341e8c6-9dd7-4b93-b3b6-cf6c28c2c48b",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:20:32.2858152+00:00",
"ModuleSettingId": "938adaf5-4dbd-4f18-a145-4916b9417800"
},
{
"Id": "8341e8c6-9dd7-4b93-b3b6-cf6c28c2c48b",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:20:32.2858152+00:00",
"ModuleSettingId": "938adaf5-4dbd-4f18-a145-4916b9417800"
}
]
}
]
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:20:32.2858152+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>89eba218-e07c-49bf-82e9-3204a199eaf3</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:20:32.2858152+00:00</CreationDate>
<Id>8341e8c6-9dd7-4b93-b3b6-cf6c28c2c48b</Id>
<ModuleSettingId>938adaf5-4dbd-4f18-a145-4916b9417800</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:20:32.2858152+00:00</CreationDate>
<Id>8341e8c6-9dd7-4b93-b3b6-cf6c28c2c48b</Id>
<ModuleSettingId>938adaf5-4dbd-4f18-a145-4916b9417800</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>28203654-b7ca-48e4-b08e-ce675e4eacfa</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>f864503b-66b3-4c7e-881b-228df9d2030e</UserJourneyId>
</ModuleSettingDto>
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2026-01-11T20:20:32.2858152+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>89eba218-e07c-49bf-82e9-3204a199eaf3</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:20:32.2858152+00:00</CreationDate>
<Id>8341e8c6-9dd7-4b93-b3b6-cf6c28c2c48b</Id>
<ModuleSettingId>938adaf5-4dbd-4f18-a145-4916b9417800</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:20:32.2858152+00:00</CreationDate>
<Id>8341e8c6-9dd7-4b93-b3b6-cf6c28c2c48b</Id>
<ModuleSettingId>938adaf5-4dbd-4f18-a145-4916b9417800</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>28203654-b7ca-48e4-b08e-ce675e4eacfa</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>f864503b-66b3-4c7e-881b-228df9d2030e</UserJourneyId>
</ModuleSettingDto>
</ArrayOfModuleSettingDto>