← Back to team overview

dhis2-devs team mailing list archive

Re: [Dhis2-users] Interoperability - Export Tracker to JSON

 

Hi Chase

Are you talking about getting the event analytics as raw aggregate data?
(for import into aggregate data model)

Lars will know the inner details, but there is an option now in "event
reports" called "Download -> Advanced -> Data Value Set -> Json" which
might give you what you need?

-- 
Morten Olav Hansen
Senior Engineer, DHIS 2
University of Oslo
http://www.dhis2.org

On Sat, Sep 16, 2017 at 3:15 AM, Jesus Solano-Roman <
asolano@xxxxxxxxxxxxxxxxxx> wrote:

> 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: https://docs.dhis2.org/master/en/developer/html/
> dhis2_developer_manual_full.html#webapi_querying_reading_events
>
> 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@xxxxxxxxxxx>
> 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@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~dhis2-users
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
> _______________________________________________
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to     : dhis2-devs@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>

References