GET api/userJourneys

Retrieves a list of user journeys.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

UserJourneyDto
NameDescriptionTypeAdditional 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": "5b58b811-fbe8-4545-8a58-acd2f91ac3cf",
  "Name": "sample string 2",
  "DisplayName": "sample string 3",
  "CreationDate": "2025-12-06T03:11:37.5537376+00:00",
  "TenantId": "58be23e8-64b7-4edb-af4f-a3f78baf30a9",
  "Type": 0,
  "SortIndex": 6,
  "UserJourneyProperties": [
    {
      "Id": "e79b84cd-ae77-4bdc-9010-588449e7e406",
      "Name": "sample string 2",
      "Value": "sample string 3",
      "CreationDate": "2025-12-06T03:11:37.5537376+00:00",
      "UserJourneyId": "ceaada62-c558-454d-9b3d-74a61c2b856a"
    },
    {
      "Id": "e79b84cd-ae77-4bdc-9010-588449e7e406",
      "Name": "sample string 2",
      "Value": "sample string 3",
      "CreationDate": "2025-12-06T03:11:37.5537376+00:00",
      "UserJourneyId": "ceaada62-c558-454d-9b3d-74a61c2b856a"
    }
  ],
  "ModuleSettings": [
    {
      "Id": "7a895d29-3621-45b9-bf05-9e922d95abe4",
      "Name": "sample string 2",
      "Url": "sample string 3",
      "DisplayName": "sample string 4",
      "ServiceType": 0,
      "CreationDate": "2025-12-06T03:11:37.5537376+00:00",
      "TenantId": "c00c95b9-5c7c-43d6-b5fa-f308c77280a8",
      "UserJourneyId": "b8b847e5-4b8f-4d77-bb50-9a004860a839",
      "Bypassable": true,
      "DefaultValue": "sample string 9",
      "SortIndex": 10,
      "ModuleSettingProperties": [
        {
          "Id": "0c4e8b08-15d8-4e7e-b9f7-0ddd76481d14",
          "Name": "sample string 2",
          "Value": "sample string 3",
          "CreationDate": "2025-12-06T03:11:37.5537376+00:00",
          "ModuleSettingId": "f6d3b1ba-ccb5-4234-8ddc-15e0f00ccbc2"
        },
        {
          "Id": "0c4e8b08-15d8-4e7e-b9f7-0ddd76481d14",
          "Name": "sample string 2",
          "Value": "sample string 3",
          "CreationDate": "2025-12-06T03:11:37.5537376+00:00",
          "ModuleSettingId": "f6d3b1ba-ccb5-4234-8ddc-15e0f00ccbc2"
        }
      ]
    },
    {
      "Id": "7a895d29-3621-45b9-bf05-9e922d95abe4",
      "Name": "sample string 2",
      "Url": "sample string 3",
      "DisplayName": "sample string 4",
      "ServiceType": 0,
      "CreationDate": "2025-12-06T03:11:37.5537376+00:00",
      "TenantId": "c00c95b9-5c7c-43d6-b5fa-f308c77280a8",
      "UserJourneyId": "b8b847e5-4b8f-4d77-bb50-9a004860a839",
      "Bypassable": true,
      "DefaultValue": "sample string 9",
      "SortIndex": 10,
      "ModuleSettingProperties": [
        {
          "Id": "0c4e8b08-15d8-4e7e-b9f7-0ddd76481d14",
          "Name": "sample string 2",
          "Value": "sample string 3",
          "CreationDate": "2025-12-06T03:11:37.5537376+00:00",
          "ModuleSettingId": "f6d3b1ba-ccb5-4234-8ddc-15e0f00ccbc2"
        },
        {
          "Id": "0c4e8b08-15d8-4e7e-b9f7-0ddd76481d14",
          "Name": "sample string 2",
          "Value": "sample string 3",
          "CreationDate": "2025-12-06T03:11:37.5537376+00:00",
          "ModuleSettingId": "f6d3b1ba-ccb5-4234-8ddc-15e0f00ccbc2"
        }
      ]
    }
  ]
}

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-06T03:11:37.5537376+00:00</CreationDate>
  <DisplayName>sample string 3</DisplayName>
  <Id>5b58b811-fbe8-4545-8a58-acd2f91ac3cf</Id>
  <ModuleSettings>
    <ModuleSettingDto>
      <Bypassable>true</Bypassable>
      <CreationDate>2025-12-06T03:11:37.5537376+00:00</CreationDate>
      <DefaultValue>sample string 9</DefaultValue>
      <DisplayName>sample string 4</DisplayName>
      <Id>7a895d29-3621-45b9-bf05-9e922d95abe4</Id>
      <ModuleSettingProperties>
        <ModuleSettingPropertyDto>
          <CreationDate>2025-12-06T03:11:37.5537376+00:00</CreationDate>
          <Id>0c4e8b08-15d8-4e7e-b9f7-0ddd76481d14</Id>
          <ModuleSettingId>f6d3b1ba-ccb5-4234-8ddc-15e0f00ccbc2</ModuleSettingId>
          <Name>sample string 2</Name>
          <Value>sample string 3</Value>
        </ModuleSettingPropertyDto>
        <ModuleSettingPropertyDto>
          <CreationDate>2025-12-06T03:11:37.5537376+00:00</CreationDate>
          <Id>0c4e8b08-15d8-4e7e-b9f7-0ddd76481d14</Id>
          <ModuleSettingId>f6d3b1ba-ccb5-4234-8ddc-15e0f00ccbc2</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>c00c95b9-5c7c-43d6-b5fa-f308c77280a8</TenantId>
      <Url>sample string 3</Url>
      <UserJourneyId>b8b847e5-4b8f-4d77-bb50-9a004860a839</UserJourneyId>
    </ModuleSettingDto>
    <ModuleSettingDto>
      <Bypassable>true</Bypassable>
      <CreationDate>2025-12-06T03:11:37.5537376+00:00</CreationDate>
      <DefaultValue>sample string 9</DefaultValue>
      <DisplayName>sample string 4</DisplayName>
      <Id>7a895d29-3621-45b9-bf05-9e922d95abe4</Id>
      <ModuleSettingProperties>
        <ModuleSettingPropertyDto>
          <CreationDate>2025-12-06T03:11:37.5537376+00:00</CreationDate>
          <Id>0c4e8b08-15d8-4e7e-b9f7-0ddd76481d14</Id>
          <ModuleSettingId>f6d3b1ba-ccb5-4234-8ddc-15e0f00ccbc2</ModuleSettingId>
          <Name>sample string 2</Name>
          <Value>sample string 3</Value>
        </ModuleSettingPropertyDto>
        <ModuleSettingPropertyDto>
          <CreationDate>2025-12-06T03:11:37.5537376+00:00</CreationDate>
          <Id>0c4e8b08-15d8-4e7e-b9f7-0ddd76481d14</Id>
          <ModuleSettingId>f6d3b1ba-ccb5-4234-8ddc-15e0f00ccbc2</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>c00c95b9-5c7c-43d6-b5fa-f308c77280a8</TenantId>
      <Url>sample string 3</Url>
      <UserJourneyId>b8b847e5-4b8f-4d77-bb50-9a004860a839</UserJourneyId>
    </ModuleSettingDto>
  </ModuleSettings>
  <Name>sample string 2</Name>
  <SortIndex>6</SortIndex>
  <TenantId>58be23e8-64b7-4edb-af4f-a3f78baf30a9</TenantId>
  <Type>UserJourney</Type>
  <UserJourneyProperties>
    <UserJourneyPropertyDto>
      <CreationDate>2025-12-06T03:11:37.5537376+00:00</CreationDate>
      <Id>e79b84cd-ae77-4bdc-9010-588449e7e406</Id>
      <Name>sample string 2</Name>
      <UserJourneyId>ceaada62-c558-454d-9b3d-74a61c2b856a</UserJourneyId>
      <Value>sample string 3</Value>
    </UserJourneyPropertyDto>
    <UserJourneyPropertyDto>
      <CreationDate>2025-12-06T03:11:37.5537376+00:00</CreationDate>
      <Id>e79b84cd-ae77-4bdc-9010-588449e7e406</Id>
      <Name>sample string 2</Name>
      <UserJourneyId>ceaada62-c558-454d-9b3d-74a61c2b856a</UserJourneyId>
      <Value>sample string 3</Value>
    </UserJourneyPropertyDto>
  </UserJourneyProperties>
</UserJourneyDto>