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": "3c0fbe99-8180-4950-9263-8180fbea0634",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2025-12-06T04:48:15.9504249+00:00",
"TenantId": "90f66f94-cb92-45f9-96b9-45f7d63daea0",
"UserJourneyId": "095472d7-31cb-4154-98c8-9b65b73e4113",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "68528d84-2488-4cbd-b653-a70403fdef02",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T04:48:15.9504249+00:00",
"ModuleSettingId": "5a4b340d-ea89-4720-833e-15d30b25fe64"
},
{
"Id": "68528d84-2488-4cbd-b653-a70403fdef02",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T04:48:15.9504249+00:00",
"ModuleSettingId": "5a4b340d-ea89-4720-833e-15d30b25fe64"
}
]
},
{
"Id": "3c0fbe99-8180-4950-9263-8180fbea0634",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2025-12-06T04:48:15.9504249+00:00",
"TenantId": "90f66f94-cb92-45f9-96b9-45f7d63daea0",
"UserJourneyId": "095472d7-31cb-4154-98c8-9b65b73e4113",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "68528d84-2488-4cbd-b653-a70403fdef02",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T04:48:15.9504249+00:00",
"ModuleSettingId": "5a4b340d-ea89-4720-833e-15d30b25fe64"
},
{
"Id": "68528d84-2488-4cbd-b653-a70403fdef02",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T04:48:15.9504249+00:00",
"ModuleSettingId": "5a4b340d-ea89-4720-833e-15d30b25fe64"
}
]
}
]
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-06T04:48:15.9504249+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>3c0fbe99-8180-4950-9263-8180fbea0634</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T04:48:15.9504249+00:00</CreationDate>
<Id>68528d84-2488-4cbd-b653-a70403fdef02</Id>
<ModuleSettingId>5a4b340d-ea89-4720-833e-15d30b25fe64</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T04:48:15.9504249+00:00</CreationDate>
<Id>68528d84-2488-4cbd-b653-a70403fdef02</Id>
<ModuleSettingId>5a4b340d-ea89-4720-833e-15d30b25fe64</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>90f66f94-cb92-45f9-96b9-45f7d63daea0</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>095472d7-31cb-4154-98c8-9b65b73e4113</UserJourneyId>
</ModuleSettingDto>
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2025-12-06T04:48:15.9504249+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>3c0fbe99-8180-4950-9263-8180fbea0634</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T04:48:15.9504249+00:00</CreationDate>
<Id>68528d84-2488-4cbd-b653-a70403fdef02</Id>
<ModuleSettingId>5a4b340d-ea89-4720-833e-15d30b25fe64</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T04:48:15.9504249+00:00</CreationDate>
<Id>68528d84-2488-4cbd-b653-a70403fdef02</Id>
<ModuleSettingId>5a4b340d-ea89-4720-833e-15d30b25fe64</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>90f66f94-cb92-45f9-96b9-45f7d63daea0</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>095472d7-31cb-4154-98c8-9b65b73e4113</UserJourneyId>
</ModuleSettingDto>
</ArrayOfModuleSettingDto>