Dataflow Structure
dataflow_structureGet the data structure definition (DSD) for a dataflow: its dimensions and the valid codes for each, which you need to build a series key for get_series. Returns SDMX 2.1 structure XML. The DSD id differs from the dataflow id (e.g. dataflow BBEX3 uses DSD "BBK_ERX"). Pass the dataflow id (flowRef) and this tool resolves the DSD for you; the dimensions appear in in key order. Set withCodes=true (default) to inline the codelists (references=children).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flowRef | Yes | Dataflow id whose structure you want, e.g. "BBEX3". | |
| withCodes | No | Include the referenced codelists (valid dimension values). Default true. |