I’m working with the API for an extraction system of the events captured in our DHIS2 instances (v 2.22) and I was wondering if there’s any possible URL to call that brings the all bundle of events updated after some date and with some more details about each event.
DataElement attribute is only the id of the DE, so it’s seems to be needed another call to get the details of the DE (event I’m only interested in its form name).
Is there any possibility to avoid this second call? Thank you very much
Right now, this is not possible. We have been exploring ways to expose this though, but there is nothing right now.
Usually what would happen is that you download all metadata for the program you want (/api/programs/ID and field expansion to get all you need), then use program=XXX in the event request (but maybe you are after all events, regardless of program?)
I’m working with the API for an extraction system of the events captured in our DHIS2 instances (v 2.22) and I was wondering if there’s any possible URL to call that brings the all bundle of events updated after some date and with some more details about each event.
DataElement attribute is only the id of the DE, so it’s seems to be needed another call to get the details of the DE (event I’m only interested in its form name).
Is there any possibility to avoid this second call? Thank you very much