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": "1a3ae34c-1a68-4508-82b5-c2354b075803",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2025-12-06T03:12:09.7739271+00:00",
"TenantId": "3ea7f725-3fe9-42a6-b01c-89838a0820f9",
"UserJourneyId": "ba45478c-d43b-4d2a-8778-048710727c1e",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "ff6c85e5-44f0-4f6e-ae54-4a9c2b2bee90",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:12:09.7739271+00:00",
"ModuleSettingId": "bafc493a-fafe-40ca-a762-af9e4f6e63b7"
},
{
"Id": "ff6c85e5-44f0-4f6e-ae54-4a9c2b2bee90",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:12:09.7739271+00:00",
"ModuleSettingId": "bafc493a-fafe-40ca-a762-af9e4f6e63b7"
}
]
},
{
"Id": "1a3ae34c-1a68-4508-82b5-c2354b075803",
"Name": "sample string 2",
"Url": "sample string 3",
"DisplayName": "sample string 4",
"ServiceType": 0,
"CreationDate": "2025-12-06T03:12:09.7739271+00:00",
"TenantId": "3ea7f725-3fe9-42a6-b01c-89838a0820f9",
"UserJourneyId": "ba45478c-d43b-4d2a-8778-048710727c1e",
"Bypassable": true,
"DefaultValue": "sample string 9",
"SortIndex": 10,
"ModuleSettingProperties": [
{
"Id": "ff6c85e5-44f0-4f6e-ae54-4a9c2b2bee90",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:12:09.7739271+00:00",
"ModuleSettingId": "bafc493a-fafe-40ca-a762-af9e4f6e63b7"
},
{
"Id": "ff6c85e5-44f0-4f6e-ae54-4a9c2b2bee90",
"Name": "sample string 2",
"Value": "sample string 3",
"CreationDate": "2025-12-06T03:12:09.7739271+00:00",
"ModuleSettingId": "bafc493a-fafe-40ca-a762-af9e4f6e63b7"
}
]
}
]
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-06T03:12:09.7739271+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>1a3ae34c-1a68-4508-82b5-c2354b075803</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T03:12:09.7739271+00:00</CreationDate>
<Id>ff6c85e5-44f0-4f6e-ae54-4a9c2b2bee90</Id>
<ModuleSettingId>bafc493a-fafe-40ca-a762-af9e4f6e63b7</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T03:12:09.7739271+00:00</CreationDate>
<Id>ff6c85e5-44f0-4f6e-ae54-4a9c2b2bee90</Id>
<ModuleSettingId>bafc493a-fafe-40ca-a762-af9e4f6e63b7</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>3ea7f725-3fe9-42a6-b01c-89838a0820f9</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>ba45478c-d43b-4d2a-8778-048710727c1e</UserJourneyId>
</ModuleSettingDto>
<ModuleSettingDto>
<Bypassable>true</Bypassable>
<CreationDate>2025-12-06T03:12:09.7739271+00:00</CreationDate>
<DefaultValue>sample string 9</DefaultValue>
<DisplayName>sample string 4</DisplayName>
<Id>1a3ae34c-1a68-4508-82b5-c2354b075803</Id>
<ModuleSettingProperties>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T03:12:09.7739271+00:00</CreationDate>
<Id>ff6c85e5-44f0-4f6e-ae54-4a9c2b2bee90</Id>
<ModuleSettingId>bafc493a-fafe-40ca-a762-af9e4f6e63b7</ModuleSettingId>
<Name>sample string 2</Name>
<Value>sample string 3</Value>
</ModuleSettingPropertyDto>
<ModuleSettingPropertyDto>
<CreationDate>2025-12-06T03:12:09.7739271+00:00</CreationDate>
<Id>ff6c85e5-44f0-4f6e-ae54-4a9c2b2bee90</Id>
<ModuleSettingId>bafc493a-fafe-40ca-a762-af9e4f6e63b7</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>3ea7f725-3fe9-42a6-b01c-89838a0820f9</TenantId>
<Url>sample string 3</Url>
<UserJourneyId>ba45478c-d43b-4d2a-8778-048710727c1e</UserJourneyId>
</ModuleSettingDto>
</ArrayOfModuleSettingDto>