List added entity settings
Select
SaaS
Customer Managed
Returns a list of all entity settings added
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
entitySettings object[]
displayLabel stringName of the setting
type stringData Type of the entity setting
enabled int64If the setting is enabled
name stringName of the setting
category stringCategory of the entity setting
values object[]
value stringValue set for the specified setting linked to the specified entity
comment stringComment set by user while modifying the specified entity setting for the given entity
entity object
id int32name stringtype string
{
"entitySettings": [
{
"displayLabel": "string",
"type": "string",
"enabled": 0,
"name": "string",
"category": "string",
"values": [
{
"value": "string",
"comment": "string",
"entity": {
"id": 0,
"name": "string",
"type": "string"
}
}
]
}
]
}
Loading...