Dataflow Structure
dataflow_structureGet the structure (Data Structure Definition) of one UNICEF dataset: its ordered dimensions and, for each, the valid codes (e.g. countries, indicators, sex, age, wealth quintile). Use this to learn how to build the dot-separated SDMX key for get_data. The key has one position per dimension, in dimension_order; an empty position is a wildcard. Always call this before get_data. Example: dataflow_structure({ dataflow_id: "CME" }).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataflow_id | Yes | UNICEF dataflow id from list_dataflows, e.g. "CME" (child mortality), "NUTRITION", "EDUCATION". |