list_company_settings
List all company settings for a specified company ID, with optional filters for type, owner, key name, or child object. Returns Markdown with decoded values across pd, in, or ac environments.
Instructions
List all company settings from the Transporeon settings API. Returns settings formatted as Markdown with decoded values for encoded settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional: Filter by setting type | |
| owner | No | Optional: Filter by owner ID | |
| keyName | No | Optional: Filter by specific setting key name | |
| companyId | Yes | Company ID (integer) | |
| childObject | No | Optional: Filter by child object ID | |
| environment | No | Environment: pd (default), in, or ac | pd |