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": "305356a2-5df3-4293-a33a-171520941ef5",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2025-12-06T04:47:04.9126397+00:00",
"TenantId": "32a460d3-0676-49ef-920e-d0456105735d",
"UserJourneyId": "0918982e-6fd1-4030-9f0f-c3b858d9eac1",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "1741c4d6-d335-4ad1-be6d-fdb6aaa45ff8",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T04:47:04.9126397+00:00",
"ModuleSettingId": "b18f1a2f-84f4-48e2-bc8f-51798dd6544a"
},
{
"Id": "1741c4d6-d335-4ad1-be6d-fdb6aaa45ff8",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T04:47:04.9126397+00:00",
"ModuleSettingId": "b18f1a2f-84f4-48e2-bc8f-51798dd6544a"
}
]
},
{
"Id": "305356a2-5df3-4293-a33a-171520941ef5",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2025-12-06T04:47:04.9126397+00:00",
"TenantId": "32a460d3-0676-49ef-920e-d0456105735d",
"UserJourneyId": "0918982e-6fd1-4030-9f0f-c3b858d9eac1",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "1741c4d6-d335-4ad1-be6d-fdb6aaa45ff8",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T04:47:04.9126397+00:00",
"ModuleSettingId": "b18f1a2f-84f4-48e2-bc8f-51798dd6544a"
},
{
"Id": "1741c4d6-d335-4ad1-be6d-fdb6aaa45ff8",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T04:47:04.9126397+00:00",
"ModuleSettingId": "b18f1a2f-84f4-48e2-bc8f-51798dd6544a"
}
]
}
]
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>2025-12-06T04:47:04.9126397+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>305356a2-5df3-4293-a33a-171520941ef5</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T04:47:04.9126397+00:00</CreationDate>
<Id>1741c4d6-d335-4ad1-be6d-fdb6aaa45ff8</Id>
<ModuleSettingId>b18f1a2f-84f4-48e2-bc8f-51798dd6544a</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T04:47:04.9126397+00:00</CreationDate>
<Id>1741c4d6-d335-4ad1-be6d-fdb6aaa45ff8</Id>
<ModuleSettingId>b18f1a2f-84f4-48e2-bc8f-51798dd6544a</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>32a460d3-0676-49ef-920e-d0456105735d</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>0918982e-6fd1-4030-9f0f-c3b858d9eac1</UserJourneyId>
</ModuleSettingDto>
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2025-12-06T04:47:04.9126397+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>305356a2-5df3-4293-a33a-171520941ef5</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T04:47:04.9126397+00:00</CreationDate>
<Id>1741c4d6-d335-4ad1-be6d-fdb6aaa45ff8</Id>
<ModuleSettingId>b18f1a2f-84f4-48e2-bc8f-51798dd6544a</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T04:47:04.9126397+00:00</CreationDate>
<Id>1741c4d6-d335-4ad1-be6d-fdb6aaa45ff8</Id>
<ModuleSettingId>b18f1a2f-84f4-48e2-bc8f-51798dd6544a</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>32a460d3-0676-49ef-920e-d0456105735d</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>0918982e-6fd1-4030-9f0f-c3b858d9eac1</UserJourneyId>
</ModuleSettingDto>
</ArrayOfModuleSettingDto>