GET api/moduleSettings/tenant
Retrieves a list of module settings for the tenant of the user making the request.
Request Information
URI Parameters
None.
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": "e70508c3-099c-4a05-88a9-6023f9e4b88a",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2026-01-11T20:24:13.4412615+00:00",
"TenantId": "61aca02e-ea6c-49df-9844-6bea53cb6187",
"UserJourneyId": "713b5acc-24c9-4878-acf9-4fdbfb40bf01",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "7a19d102-3176-430f-8e04-02471cc1ed47",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:24:13.4412615+00:00",
"ModuleSettingId": "a1e96a5d-ff45-43f6-8518-8b744352c729"
},
{
"Id": "7a19d102-3176-430f-8e04-02471cc1ed47",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:24:13.4412615+00:00",
"ModuleSettingId": "a1e96a5d-ff45-43f6-8518-8b744352c729"
}
]
},
{
"Id": "e70508c3-099c-4a05-88a9-6023f9e4b88a",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2026-01-11T20:24:13.4412615+00:00",
"TenantId": "61aca02e-ea6c-49df-9844-6bea53cb6187",
"UserJourneyId": "713b5acc-24c9-4878-acf9-4fdbfb40bf01",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "7a19d102-3176-430f-8e04-02471cc1ed47",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:24:13.4412615+00:00",
"ModuleSettingId": "a1e96a5d-ff45-43f6-8518-8b744352c729"
},
{
"Id": "7a19d102-3176-430f-8e04-02471cc1ed47",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2026-01-11T20:24:13.4412615+00:00",
"ModuleSettingId": "a1e96a5d-ff45-43f6-8518-8b744352c729"
}
]
}
]
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>2026-01-11T20:24:13.4412615+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>e70508c3-099c-4a05-88a9-6023f9e4b88a</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:24:13.4412615+00:00</CreationDate>
<Id>7a19d102-3176-430f-8e04-02471cc1ed47</Id>
<ModuleSettingId>a1e96a5d-ff45-43f6-8518-8b744352c729</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:24:13.4412615+00:00</CreationDate>
<Id>7a19d102-3176-430f-8e04-02471cc1ed47</Id>
<ModuleSettingId>a1e96a5d-ff45-43f6-8518-8b744352c729</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>61aca02e-ea6c-49df-9844-6bea53cb6187</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>713b5acc-24c9-4878-acf9-4fdbfb40bf01</UserJourneyId>
</ModuleSettingDto>
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2026-01-11T20:24:13.4412615+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>e70508c3-099c-4a05-88a9-6023f9e4b88a</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:24:13.4412615+00:00</CreationDate>
<Id>7a19d102-3176-430f-8e04-02471cc1ed47</Id>
<ModuleSettingId>a1e96a5d-ff45-43f6-8518-8b744352c729</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2026-01-11T20:24:13.4412615+00:00</CreationDate>
<Id>7a19d102-3176-430f-8e04-02471cc1ed47</Id>
<ModuleSettingId>a1e96a5d-ff45-43f6-8518-8b744352c729</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>61aca02e-ea6c-49df-9844-6bea53cb6187</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>713b5acc-24c9-4878-acf9-4fdbfb40bf01</UserJourneyId>
</ModuleSettingDto>
</ArrayOfModuleSettingDto>