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": "28623ddc-e9a2-4a3b-bc95-e2411d5c3195",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2025-12-06T03:11:52.8349236+00:00",
"TenantId": "01143c19-bc9a-4c36-a810-757e3d7dbc43",
"UserJourneyId": "f1d7f2bf-44e2-4549-9ac0-c13e133d65f3",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "891dcc9f-5178-4369-81ea-46a167937004",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:11:52.8349236+00:00",
"ModuleSettingId": "7698aeca-635c-4431-bcda-06320baee9ae"
},
{
"Id": "891dcc9f-5178-4369-81ea-46a167937004",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:11:52.8349236+00:00",
"ModuleSettingId": "7698aeca-635c-4431-bcda-06320baee9ae"
}
]
},
{
"Id": "28623ddc-e9a2-4a3b-bc95-e2411d5c3195",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2025-12-06T03:11:52.8349236+00:00",
"TenantId": "01143c19-bc9a-4c36-a810-757e3d7dbc43",
"UserJourneyId": "f1d7f2bf-44e2-4549-9ac0-c13e133d65f3",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "891dcc9f-5178-4369-81ea-46a167937004",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:11:52.8349236+00:00",
"ModuleSettingId": "7698aeca-635c-4431-bcda-06320baee9ae"
},
{
"Id": "891dcc9f-5178-4369-81ea-46a167937004",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:11:52.8349236+00:00",
"ModuleSettingId": "7698aeca-635c-4431-bcda-06320baee9ae"
}
]
}
]
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>2025-12-06T03:11:52.8349236+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>28623ddc-e9a2-4a3b-bc95-e2411d5c3195</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T03:11:52.8349236+00:00</CreationDate>
<Id>891dcc9f-5178-4369-81ea-46a167937004</Id>
<ModuleSettingId>7698aeca-635c-4431-bcda-06320baee9ae</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T03:11:52.8349236+00:00</CreationDate>
<Id>891dcc9f-5178-4369-81ea-46a167937004</Id>
<ModuleSettingId>7698aeca-635c-4431-bcda-06320baee9ae</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>01143c19-bc9a-4c36-a810-757e3d7dbc43</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>f1d7f2bf-44e2-4549-9ac0-c13e133d65f3</UserJourneyId>
</ModuleSettingDto>
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2025-12-06T03:11:52.8349236+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>28623ddc-e9a2-4a3b-bc95-e2411d5c3195</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T03:11:52.8349236+00:00</CreationDate>
<Id>891dcc9f-5178-4369-81ea-46a167937004</Id>
<ModuleSettingId>7698aeca-635c-4431-bcda-06320baee9ae</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T03:11:52.8349236+00:00</CreationDate>
<Id>891dcc9f-5178-4369-81ea-46a167937004</Id>
<ModuleSettingId>7698aeca-635c-4431-bcda-06320baee9ae</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>01143c19-bc9a-4c36-a810-757e3d7dbc43</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>f1d7f2bf-44e2-4549-9ac0-c13e133d65f3</UserJourneyId>
</ModuleSettingDto>
</ArrayOfModuleSettingDto>