Get Added Global Settings
Select
SaaS
Customer Managed
Get list of global settings used to modify system default behaviour
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
globalSettings object[]
name stringName of the setting
displayLabel stringDisplay name of the setting
value stringValue of the setting
comment stringComment added along with setting
type stringData type of the setting
category stringCategory of the setting
enabled int64If the setting is enabled or not
{
"globalSettings": [
{
"name": "string",
"displayLabel": "string",
"value": "string",
"comment": "string",
"type": "string",
"category": "string",
"enabled": 0
}
]
}
Loading...