Hi Chase.
Are you talking about using the Web API or a feature within the interface? For the API solution, you can simply use an HTTP request with the corresponding required values (basically the ID of the tracker (event) program):
http://{yourDHIS2Instance}/api/events.json?program=${qd.programid}
This will return a json with all the data of that program. Note that there’s a pageSize parameter as well that you might find useful. For a full list check: Metadata - DHIS2 Documentation
If you want a more detailed example I can provide an example script for JS (node/express).
Best regards,
Antonio Solano-Roman
Data Visualization & User Experience Design
Sabeti Lab - Broad Institute
···
On Sep 15 2017, at 4:05 pm, Freeman, Chase Chase.Freeman@msi-inc.com wrote:
Hi all,
At the recent Oslo Academy Lars showcased a new feature for exporting data values as JSON resembling raw data. Can someone remind me how to access this feature?
I’m trying to run a script to transfer data from a separate tracker server to main DHIS2 aggregate server with matching metadata.
Regards,
Chase Freeman
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-users Post to : dhis2-users@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-users More help : https://help.launchpad.net/ListHelp