Dataflow Structure
dataflow_structureGet the structure (Data Structure Definition) of one ISTAT dataset: its ordered dimensions and, for each, the valid codes. Use this to learn how to build the dot-separated SDMX key for get_data. The key positions correspond to the dimensions in order; an empty position is a wildcard. Example: dataflow_structure({ dataflow_id: "101_1015" }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataflow_id | Yes | ISTAT dataflow id from list_dataflows, e.g. "101_1015". |