The Configuration API allows you to retrieve system settings and configuration values at different organizational levels. This hierarchical approach provides precise control over configuration data access based on your operational needs.
Retrieve specific configuration values by specifying the organizational level and configuration key name.
| Definitions | Example |
|---|---|
|
|
| Definitions | Example |
|---|---|
|
|
Request multiple configuration values in a single API call, including values from different organizational levels.
| Definitions | Example |
|---|---|
|
|
| Definitions | Example |
|---|---|
|
|
| Definition | Type | Description |
|---|---|---|
| actionType | String (["getList"]) | Unique action identifier for your request. |
| configList | Object[] | The structure and data fields that you want to receive. |
| Definition | Type | Description |
|---|---|---|
| status | String | The Request status. |
| configList | Object[] | Config List with the data you requested. |