Re: [Dhis2-devs] Events endpoint not giving expanded output of some fields

2016-02-25 Thread Abyot Asalefew Gizaw
Hi Harsh, Yes there is a change with the API. Morten can provide more details on this For now, you can use the following and get data values api/events.json?fields=:all,dataValues[value,dataElement],notes[value,storedBy,storedDate] By skipping paging you are literally asking for all events in

Re: [Dhis2-devs] Events endpoint not giving expanded output of some fields

2016-02-24 Thread Lars Helge Ă˜verland
Hi Harsh, we need more information from you in order to help. Can you reproduce on demo? Did you have a look at the docs for event queries? http://dhis2.github.io/dhis2-docs/master/en/developer/html/ch01s15.html#d5e1994 regards, Lars On Wed, Feb 24, 2016 at 7:09 AM, Harsh Atal wrote: > Hi >

[Dhis2-devs] Events endpoint not giving expanded output of some fields

2016-02-24 Thread Harsh Atal
Hi Am fetching all events through this URL: https://play.dhis2.org/dev/api/events? But in the output some fields such as dataValues, notes etc are not coming even if the data is there...all that is coming for all events is empty tag : Please help. Thanks harsh