methodAvailable
feature_tree
Return root feature definitions with nested child features.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.feature_tree | — |
| signature | (category: 'str | None' = None) -> 'list[dict[str, Any]]' | — |
| return | list[dict[str, Any]] | — |
Return root feature definitions with nested child features.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.feature_tree |
| signature | (category: 'str | None' = None) -> 'list[dict[str, Any]]' |
| return | list[dict[str, Any]] |
Signature
telion_api.Model.feature_tree(category: 'str | None' = None) -> 'list[dict[str, Any]]'