← Back to team overview

dhis2-devs team mailing list archive

DHIS-2 Api

 

Hi,

I have used this api for sending data values of data set to dhis2 database.

curl -d @datavalueset.json "https://play.dhis2.org/demo/api/26/dataValueSets";
  -H "Content-Type:application/json" -u admin:district -v

I passed Org unit id, data set id with data values of data set etc.

In DB where orgunit and data set is saved for these data values of
data set. because in data values table only data values are saved.

I have to access which org unit is saved this data set.

kindly help.

Thanks

Follow ups