Dataflow Structure
dataflow_structureFor one ABS dataflow, return its ordered dimensions and the valid codes for each. Use this to build a dataKey for get_data: the key has one dot-separated position per dimension, in the order returned here. Call this before get_data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataflowId | Yes | Dataflow id from list_dataflows, e.g. "CPI". | |
| maxCodesPerDimension | No | Cap codes listed per dimension to keep output small (default 50). |