GET api/moduleSettings/userJourney/{userJourneyId}
Retrieves a list of module settings for a user journey.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userJourneyId | 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": "f9673547-794c-4c49-8d7f-56b6e249357e",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2025-12-06T03:13:21.5468736+00:00",
"TenantId": "8e1e2e42-5513-40f7-9a4b-31d0bd27b1d2",
"UserJourneyId": "a440d9fe-a020-498a-9e2a-23be5afad356",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "06ac63df-d9e1-4376-87ec-ccfa4f6735ae",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:13:21.5468736+00:00",
"ModuleSettingId": "0bd255d2-0632-49f9-9735-62c01f691802"
},
{
"Id": "06ac63df-d9e1-4376-87ec-ccfa4f6735ae",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:13:21.5468736+00:00",
"ModuleSettingId": "0bd255d2-0632-49f9-9735-62c01f691802"
}
]
},
{
"Id": "f9673547-794c-4c49-8d7f-56b6e249357e",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2025-12-06T03:13:21.5468736+00:00",
"TenantId": "8e1e2e42-5513-40f7-9a4b-31d0bd27b1d2",
"UserJourneyId": "a440d9fe-a020-498a-9e2a-23be5afad356",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "06ac63df-d9e1-4376-87ec-ccfa4f6735ae",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:13:21.5468736+00:00",
"ModuleSettingId": "0bd255d2-0632-49f9-9735-62c01f691802"
},
{
"Id": "06ac63df-d9e1-4376-87ec-ccfa4f6735ae",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:13:21.5468736+00:00",
"ModuleSettingId": "0bd255d2-0632-49f9-9735-62c01f691802"
}
]
}
]
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:13:21.5468736+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>f9673547-794c-4c49-8d7f-56b6e249357e</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T03:13:21.5468736+00:00</CreationDate>
<Id>06ac63df-d9e1-4376-87ec-ccfa4f6735ae</Id>
<ModuleSettingId>0bd255d2-0632-49f9-9735-62c01f691802</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T03:13:21.5468736+00:00</CreationDate>
<Id>06ac63df-d9e1-4376-87ec-ccfa4f6735ae</Id>
<ModuleSettingId>0bd255d2-0632-49f9-9735-62c01f691802</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>8e1e2e42-5513-40f7-9a4b-31d0bd27b1d2</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>a440d9fe-a020-498a-9e2a-23be5afad356</UserJourneyId>
</ModuleSettingDto>
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2025-12-06T03:13:21.5468736+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>f9673547-794c-4c49-8d7f-56b6e249357e</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T03:13:21.5468736+00:00</CreationDate>
<Id>06ac63df-d9e1-4376-87ec-ccfa4f6735ae</Id>
<ModuleSettingId>0bd255d2-0632-49f9-9735-62c01f691802</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T03:13:21.5468736+00:00</CreationDate>
<Id>06ac63df-d9e1-4376-87ec-ccfa4f6735ae</Id>
<ModuleSettingId>0bd255d2-0632-49f9-9735-62c01f691802</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>8e1e2e42-5513-40f7-9a4b-31d0bd27b1d2</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>a440d9fe-a020-498a-9e2a-23be5afad356</UserJourneyId>
</ModuleSettingDto>
</ArrayOfModuleSettingDto>