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": "ed564b56-4943-4cb4-af4a-62c346984327",
"Name": "sample string 2",
"DisplayName": "sample string 3",
"CreationDate": "2025-12-06T04:46:49.3504588+00:00",
"TenantId": "ee31eeaf-5a08-478a-96e6-b969292a6b90",
"Type": 0,
"SortIndex": 6,
"UserJourneyProperties": [
{
"Id": "59fd8ca7-39da-4816-986d-00a87c08cc1b",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T04:46:49.3504588+00:00",
"UserJourneyId": "09c85307-dd91-4837-a6b3-4dea502b696f"
},
{
"Id": "59fd8ca7-39da-4816-986d-00a87c08cc1b",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T04:46:49.3504588+00:00",
"UserJourneyId": "09c85307-dd91-4837-a6b3-4dea502b696f"
}
],
"ModuleSettings": [
{
"Id": "0f2a2809-c58d-4404-b88e-47a2f5ba45c2",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2025-12-06T04:46:49.3504588+00:00",
"TenantId": "a29a28ba-ec92-49fc-b55f-aa3db1f4d47b",
"UserJourneyId": "5bfd7d46-83bf-4f48-aba8-75663ecb7293",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "f25cd0f1-281f-4b6a-a5d8-3b1f5f0aaa7b",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T04:46:49.3504588+00:00",
"ModuleSettingId": "5567a8cb-9e63-4ced-81c6-c178a4cce04e"
},
{
"Id": "f25cd0f1-281f-4b6a-a5d8-3b1f5f0aaa7b",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T04:46:49.3504588+00:00",
"ModuleSettingId": "5567a8cb-9e63-4ced-81c6-c178a4cce04e"
}
]
},
{
"Id": "0f2a2809-c58d-4404-b88e-47a2f5ba45c2",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2025-12-06T04:46:49.3504588+00:00",
"TenantId": "a29a28ba-ec92-49fc-b55f-aa3db1f4d47b",
"UserJourneyId": "5bfd7d46-83bf-4f48-aba8-75663ecb7293",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "f25cd0f1-281f-4b6a-a5d8-3b1f5f0aaa7b",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T04:46:49.3504588+00:00",
"ModuleSettingId": "5567a8cb-9e63-4ced-81c6-c178a4cce04e"
},
{
"Id": "f25cd0f1-281f-4b6a-a5d8-3b1f5f0aaa7b",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T04:46:49.3504588+00:00",
"ModuleSettingId": "5567a8cb-9e63-4ced-81c6-c178a4cce04e"
}
]
}
]
}
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>2025-12-06T04:46:49.3504588+00:00</CreationDate>
<DisplayName>sample string 3</DisplayName>
<Id>ed564b56-4943-4cb4-af4a-62c346984327</Id>
<ModuleSettings>
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2025-12-06T04:46:49.3504588+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>0f2a2809-c58d-4404-b88e-47a2f5ba45c2</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T04:46:49.3504588+00:00</CreationDate>
<Id>f25cd0f1-281f-4b6a-a5d8-3b1f5f0aaa7b</Id>
<ModuleSettingId>5567a8cb-9e63-4ced-81c6-c178a4cce04e</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T04:46:49.3504588+00:00</CreationDate>
<Id>f25cd0f1-281f-4b6a-a5d8-3b1f5f0aaa7b</Id>
<ModuleSettingId>5567a8cb-9e63-4ced-81c6-c178a4cce04e</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>a29a28ba-ec92-49fc-b55f-aa3db1f4d47b</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>5bfd7d46-83bf-4f48-aba8-75663ecb7293</UserJourneyId>
</ModuleSettingDto>
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2025-12-06T04:46:49.3504588+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>0f2a2809-c58d-4404-b88e-47a2f5ba45c2</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T04:46:49.3504588+00:00</CreationDate>
<Id>f25cd0f1-281f-4b6a-a5d8-3b1f5f0aaa7b</Id>
<ModuleSettingId>5567a8cb-9e63-4ced-81c6-c178a4cce04e</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T04:46:49.3504588+00:00</CreationDate>
<Id>f25cd0f1-281f-4b6a-a5d8-3b1f5f0aaa7b</Id>
<ModuleSettingId>5567a8cb-9e63-4ced-81c6-c178a4cce04e</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>a29a28ba-ec92-49fc-b55f-aa3db1f4d47b</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>5bfd7d46-83bf-4f48-aba8-75663ecb7293</UserJourneyId>
</ModuleSettingDto>
</ModuleSettings>
<Name>sample string 2</Name>
<SortIndex>6</SortIndex>
<TenantId>ee31eeaf-5a08-478a-96e6-b969292a6b90</TenantId>
<Type>UserJourney</Type>
<UserJourneyProperties>
<UserJourneyPropertyDto>
<CreationDate>2025-12-06T04:46:49.3504588+00:00</CreationDate>
<Id>59fd8ca7-39da-4816-986d-00a87c08cc1b</Id>
<Name>sample string 2</Name>
<UserJourneyId>09c85307-dd91-4837-a6b3-4dea502b696f</UserJourneyId>
<Value>sample string 3</Value>
</UserJourneyPropertyDto>
<UserJourneyPropertyDto>
<CreationDate>2025-12-06T04:46:49.3504588+00:00</CreationDate>
<Id>59fd8ca7-39da-4816-986d-00a87c08cc1b</Id>
<Name>sample string 2</Name>
<UserJourneyId>09c85307-dd91-4837-a6b3-4dea502b696f</UserJourneyId>
<Value>sample string 3</Value>
</UserJourneyPropertyDto>
</UserJourneyProperties>
</UserJourneyDto>