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": "af0a7f5e-b393-4a9c-82e4-29a4d48a16d6",
"Name": "sample string 2",
"DisplayName": "sample string 3",
"CreationDate": "2026-01-11T20:58:06.4591226+00:00",
"TenantId": "47e6f36b-d8ce-4fe3-9141-00bad3b26244",
"Type": 0,
"SortIndex": 6,
"UserJourneyProperties": [
{
"Id": "19126e3e-3cb3-4584-a946-d09fa2693cc5",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:58:06.4591226+00:00",
"UserJourneyId": "df716c5a-fa8f-47c1-90f0-2d947024a057"
},
{
"Id": "19126e3e-3cb3-4584-a946-d09fa2693cc5",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:58:06.4591226+00:00",
"UserJourneyId": "df716c5a-fa8f-47c1-90f0-2d947024a057"
}
],
"ModuleSettings": [
{
"Id": "d9be27c4-f474-4bf8-9580-f8a5addf1ea1",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2026-01-11T20:58:06.4591226+00:00",
"TenantId": "12519a7d-318f-4f3d-bcbb-084a928d2393",
"UserJourneyId": "1fab8c47-5794-4c2c-afb1-c977ff902396",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "47bf5fe3-2c1d-4302-a815-443dc0d4f5b6",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:58:06.4591226+00:00",
"ModuleSettingId": "9af407ff-c8f8-4de6-b1a1-e1d07d49f243"
},
{
"Id": "47bf5fe3-2c1d-4302-a815-443dc0d4f5b6",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:58:06.4591226+00:00",
"ModuleSettingId": "9af407ff-c8f8-4de6-b1a1-e1d07d49f243"
}
]
},
{
"Id": "d9be27c4-f474-4bf8-9580-f8a5addf1ea1",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2026-01-11T20:58:06.4591226+00:00",
"TenantId": "12519a7d-318f-4f3d-bcbb-084a928d2393",
"UserJourneyId": "1fab8c47-5794-4c2c-afb1-c977ff902396",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "47bf5fe3-2c1d-4302-a815-443dc0d4f5b6",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:58:06.4591226+00:00",
"ModuleSettingId": "9af407ff-c8f8-4de6-b1a1-e1d07d49f243"
},
{
"Id": "47bf5fe3-2c1d-4302-a815-443dc0d4f5b6",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:58:06.4591226+00:00",
"ModuleSettingId": "9af407ff-c8f8-4de6-b1a1-e1d07d49f243"
}
]
}
]
}
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:58:06.4591226+00:00</CreationDate>
<DisplayName>sample string 3</DisplayName>
<Id>af0a7f5e-b393-4a9c-82e4-29a4d48a16d6</Id>
<ModuleSettings>
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2026-01-11T20:58:06.4591226+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>d9be27c4-f474-4bf8-9580-f8a5addf1ea1</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:58:06.4591226+00:00</CreationDate>
<Id>47bf5fe3-2c1d-4302-a815-443dc0d4f5b6</Id>
<ModuleSettingId>9af407ff-c8f8-4de6-b1a1-e1d07d49f243</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:58:06.4591226+00:00</CreationDate>
<Id>47bf5fe3-2c1d-4302-a815-443dc0d4f5b6</Id>
<ModuleSettingId>9af407ff-c8f8-4de6-b1a1-e1d07d49f243</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>12519a7d-318f-4f3d-bcbb-084a928d2393</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>1fab8c47-5794-4c2c-afb1-c977ff902396</UserJourneyId>
</ModuleSettingDto>
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2026-01-11T20:58:06.4591226+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>d9be27c4-f474-4bf8-9580-f8a5addf1ea1</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:58:06.4591226+00:00</CreationDate>
<Id>47bf5fe3-2c1d-4302-a815-443dc0d4f5b6</Id>
<ModuleSettingId>9af407ff-c8f8-4de6-b1a1-e1d07d49f243</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:58:06.4591226+00:00</CreationDate>
<Id>47bf5fe3-2c1d-4302-a815-443dc0d4f5b6</Id>
<ModuleSettingId>9af407ff-c8f8-4de6-b1a1-e1d07d49f243</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>12519a7d-318f-4f3d-bcbb-084a928d2393</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>1fab8c47-5794-4c2c-afb1-c977ff902396</UserJourneyId>
</ModuleSettingDto>
</ModuleSettings>
<Name>sample string 2</Name>
<SortIndex>6</SortIndex>
<TenantId>47e6f36b-d8ce-4fe3-9141-00bad3b26244</TenantId>
<Type>UserJourney</Type>
<UserJourneyProperties>
<UserJourneyPropertyDto>
<CreationDate>2026-01-11T20:58:06.4591226+00:00</CreationDate>
<Id>19126e3e-3cb3-4584-a946-d09fa2693cc5</Id>
<Name>sample string 2</Name>
<UserJourneyId>df716c5a-fa8f-47c1-90f0-2d947024a057</UserJourneyId>
<Value>sample string 3</Value>
</UserJourneyPropertyDto>
<UserJourneyPropertyDto>
<CreationDate>2026-01-11T20:58:06.4591226+00:00</CreationDate>
<Id>19126e3e-3cb3-4584-a946-d09fa2693cc5</Id>
<Name>sample string 2</Name>
<UserJourneyId>df716c5a-fa8f-47c1-90f0-2d947024a057</UserJourneyId>
<Value>sample string 3</Value>
</UserJourneyPropertyDto>
</UserJourneyProperties>
</UserJourneyDto>