GET api/userJourneys
Retrieves a list of user journeys.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
UserJourneyDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| DisplayName | string |
Required |
|
| CreationDate | date |
None. |
|
| TenantId | globally unique identifier |
None. |
|
| Type | UserJourneyTypeDto |
None. |
|
| SortIndex | integer |
None. |
|
| UserJourneyProperties | Collection of UserJourneyPropertyDto |
None. |
|
| ModuleSettings | Collection of ModuleSettingDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "86411083-1454-4e76-b8ad-f0e51f4ed018",
"Name": "sample string 2",
"DisplayName": "sample string 3",
"CreationDate": "2026-01-11T20:21:51.0089452+00:00",
"TenantId": "ab750e46-e67d-446d-a9ee-5aac5899ff7f",
"Type": 0,
"SortIndex": 6,
"UserJourneyProperties": [
{
"Id": "cde6d638-a043-4a4a-90a1-58d8eea0baf1",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:21:51.0089452+00:00",
"UserJourneyId": "40fef801-de89-4c15-a3c2-1c3e955fc96a"
},
{
"Id": "cde6d638-a043-4a4a-90a1-58d8eea0baf1",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:21:51.0089452+00:00",
"UserJourneyId": "40fef801-de89-4c15-a3c2-1c3e955fc96a"
}
],
"ModuleSettings": [
{
"Id": "dc493ade-e4d6-4f51-b06e-4c7426e499d3",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2026-01-11T20:21:51.0089452+00:00",
"TenantId": "f222d2f1-4217-4dd4-9f40-92b01e38351a",
"UserJourneyId": "928a4fd9-2bbb-4907-8949-4e5ef295cef6",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "5edca0a8-62a6-42fe-9529-d6b030076a82",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:21:51.0089452+00:00",
"ModuleSettingId": "56fe9a97-43da-414a-b843-0a6129c32e44"
},
{
"Id": "5edca0a8-62a6-42fe-9529-d6b030076a82",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:21:51.0089452+00:00",
"ModuleSettingId": "56fe9a97-43da-414a-b843-0a6129c32e44"
}
]
},
{
"Id": "dc493ade-e4d6-4f51-b06e-4c7426e499d3",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2026-01-11T20:21:51.0089452+00:00",
"TenantId": "f222d2f1-4217-4dd4-9f40-92b01e38351a",
"UserJourneyId": "928a4fd9-2bbb-4907-8949-4e5ef295cef6",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "5edca0a8-62a6-42fe-9529-d6b030076a82",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:21:51.0089452+00:00",
"ModuleSettingId": "56fe9a97-43da-414a-b843-0a6129c32e44"
},
{
"Id": "5edca0a8-62a6-42fe-9529-d6b030076a82",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:21:51.0089452+00:00",
"ModuleSettingId": "56fe9a97-43da-414a-b843-0a6129c32e44"
}
]
}
]
}
application/xml, text/xml
Sample:
<UserJourneyDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Settings.Models">
<CreationDate>2026-01-11T20:21:51.0089452+00:00</CreationDate>
<DisplayName>sample string 3</DisplayName>
<Id>86411083-1454-4e76-b8ad-f0e51f4ed018</Id>
<ModuleSettings>
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2026-01-11T20:21:51.0089452+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>dc493ade-e4d6-4f51-b06e-4c7426e499d3</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:21:51.0089452+00:00</CreationDate>
<Id>5edca0a8-62a6-42fe-9529-d6b030076a82</Id>
<ModuleSettingId>56fe9a97-43da-414a-b843-0a6129c32e44</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:21:51.0089452+00:00</CreationDate>
<Id>5edca0a8-62a6-42fe-9529-d6b030076a82</Id>
<ModuleSettingId>56fe9a97-43da-414a-b843-0a6129c32e44</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>f222d2f1-4217-4dd4-9f40-92b01e38351a</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>928a4fd9-2bbb-4907-8949-4e5ef295cef6</UserJourneyId>
</ModuleSettingDto>
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2026-01-11T20:21:51.0089452+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>dc493ade-e4d6-4f51-b06e-4c7426e499d3</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:21:51.0089452+00:00</CreationDate>
<Id>5edca0a8-62a6-42fe-9529-d6b030076a82</Id>
<ModuleSettingId>56fe9a97-43da-414a-b843-0a6129c32e44</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:21:51.0089452+00:00</CreationDate>
<Id>5edca0a8-62a6-42fe-9529-d6b030076a82</Id>
<ModuleSettingId>56fe9a97-43da-414a-b843-0a6129c32e44</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>f222d2f1-4217-4dd4-9f40-92b01e38351a</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>928a4fd9-2bbb-4907-8949-4e5ef295cef6</UserJourneyId>
</ModuleSettingDto>
</ModuleSettings>
<Name>sample string 2</Name>
<SortIndex>6</SortIndex>
<TenantId>ab750e46-e67d-446d-a9ee-5aac5899ff7f</TenantId>
<Type>UserJourney</Type>
<UserJourneyProperties>
<UserJourneyPropertyDto>
<CreationDate>2026-01-11T20:21:51.0089452+00:00</CreationDate>
<Id>cde6d638-a043-4a4a-90a1-58d8eea0baf1</Id>
<Name>sample string 2</Name>
<UserJourneyId>40fef801-de89-4c15-a3c2-1c3e955fc96a</UserJourneyId>
<Value>sample string 3</Value>
</UserJourneyPropertyDto>
<UserJourneyPropertyDto>
<CreationDate>2026-01-11T20:21:51.0089452+00:00</CreationDate>
<Id>cde6d638-a043-4a4a-90a1-58d8eea0baf1</Id>
<Name>sample string 2</Name>
<UserJourneyId>40fef801-de89-4c15-a3c2-1c3e955fc96a</UserJourneyId>
<Value>sample string 3</Value>
</UserJourneyPropertyDto>
</UserJourneyProperties>
</UserJourneyDto>