get_data_value_set
Retrieve exact captured data values from DHIS2 data entry for a specific dataset, period, and organization unit, bypassing aggregated analytics.
Instructions
Fetch raw (non-aggregated) data values straight from data entry, for one dataset, period and org unit. Use when you need the exact captured values rather than analytics output.
Args: data_set: dataset UID. period: a single period, e.g. 202401 or 2024Q1. org_unit: org unit UID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | Yes | ||
| data_set | Yes | ||
| org_unit | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |