GET v1/location/settings
Retrieve a list of settings used to determine visibility and other rules for Locations
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
LocationSettingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Tabs |
Tab settings |
Collection of ModuleTabModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"tabs": [
{
"tabName": "sample string 1",
"isVisible": true,
"isIntegrationControlled": true
},
{
"tabName": "sample string 1",
"isVisible": true,
"isIntegrationControlled": true
}
]
}