Re: [Dhis2-devs] issue with /api/eventReports for fetching data

2016-05-25 Thread Vanya Seth
Hi Lars, Thanks for the response. We evaluated both the approaches. - Extending the /api/eventReport/ API to support /data [just like /reportTables does] - Leveraging the analytics API to get the data and use some js lib to render the table We wanted your opinion on going ahead with the first a

Re: [Dhis2-devs] issue with /api/eventReports for fetching data

2016-05-23 Thread Lars Helge Øverland
Hi there, okay. Can I ask - are you looking to get the event report data from the server in a tabular format (with columns, rows, etc), or do you plan to fetch the "plain data source" (as in one column per data dimension) from the api and then render the layout of the report in your client side ap

Re: [Dhis2-devs] issue with /api/eventReports for fetching data

2016-05-23 Thread Vanya Seth
Hi Lars Can you please let us know your thoughts about this? Regards Vanya On Fri, May 13, 2016 at 12:57 PM, Vanya Seth wrote: > Hi Lars > > Hope you are doing well. > > We need to take a decision on it very soon. This is part of our current > iteration. Would it be possible to let us know you

Re: [Dhis2-devs] issue with /api/eventReports for fetching data

2016-05-13 Thread Vanya Seth
Hi Lars Hope you are doing well. We need to take a decision on it very soon. This is part of our current iteration. Would it be possible to let us know your thoughts about this? Regards Vanya On Wed, May 11, 2016 at 7:07 PM, Archana Chillala wrote: > Hi Lars, > > We have a use-case for fetchi

Re: [Dhis2-devs] issue with /api/eventReports for fetching data

2016-05-11 Thread Archana Chillala
Hi Lars, We have a use-case for fetching event reports for a custom app that we're building. We are planning to extend the API to fetch data for event reports. The potential approach we would follow is similar to the way that pivot tables api are built i.e. /api/eventReports//data should fetch us

Re: [Dhis2-devs] issue with /api/eventReports for fetching data

2016-05-09 Thread Lars Helge Øverland
Hi Srikanth, this specific feature is one we want to implement, but I cannot promise a delivery date - sorry. This area is quite complex and the event reports is still gaining new features, so this is a moving target and hard to know exactly when we will get time to implement the server version.

Re: [Dhis2-devs] issue with /api/eventReports for fetching data

2016-05-05 Thread Srikanth Katta
Hi Lars, Could you please let us know if there is any plan of extending the *event reports api* for fetching data for 2.24 release. Please let us know your roadmap to support this functionality. Thanks, Srikanth On Mon, May 2, 2016 at 6:19 PM, Srikanth Katta wrote: > Thank you, Lars > > On Mon

Re: [Dhis2-devs] issue with /api/eventReports for fetching data

2016-05-02 Thread Lars Helge Øverland
Hi Srikanth, unfortunately we do not support this at the moment. You will have to use the aggregate event analytics API for now and construct the table yourself. /api/analytics/events/aggregate regards, Lars On Mon, May 2, 2016 at 1:28 PM, Srikanth Katta wrote: > Hi, > > We are using lat

[Dhis2-devs] issue with /api/eventReports for fetching data

2016-05-02 Thread Srikanth Katta
Hi, We are using latest version of DHIS 2.21 We have configured reports on Event Reports module and trying to fetch data through the API - *.../api/eventReports//data,* but we get no response. We have looked up the documentation on developer manual for web api in *Viewing analytical resource rep