get_company_setting
Fetch a specific Transporeon company setting by key name, returning decoded values for encoded settings. Supports filtering by type, owner, and environment for precise lookups.
Instructions
Get a specific company setting by key name. Returns the setting with decoded value if it was encoded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional: Filter by setting type (defaults to COMPANY) | |
| limit | No | Optional: Limit the number of lines returned (useful for very long settings) | |
| owner | No | Optional: Filter by owner ID | |
| offset | No | Optional: Number of lines to skip from the beginning (for pagination) | |
| keyName | Yes | Setting key name to retrieve | |
| companyId | Yes | Company ID (integer) | |
| childObject | No | Optional: Filter by child object ID | |
| environment | No | Environment: pd (default), in, or ac | pd |