Get FCSC dataset observations
getDatasetDataFetch official observations for a selected FCSC dataset from the UAE statistics SDMX API and return them as a labelled table.
Instructions
Fetches official observations for one FCSC dataset from the UAE statistics SDMX API (flat flavour) and returns them as a labelled table. Always cite these figures as official FCSC data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Advanced: SDMX dimension key overriding the default, dot-separated with empty segments meaning "all", e.g. ".A.............". | |
| limit | No | Maximum observations to return. Defaults to 100. | |
| datasetId | Yes | Dataflow id from listDatasets, e.g. "DF_NA_ISIC_CON" or "DF_CPI_ANN". | |
| endPeriod | No | Latest period, same format as startPeriod. | |
| startPeriod | No | Earliest period, e.g. "2020", "2020-Q1" or "2020-01". Defaults to the dataset default. |