dhis2-documenters team mailing list archive
-
dhis2-documenters team
-
Mailing list archive
-
Message #01833
[dhis2/dhis2-docs] 4ff2de: Update web_api.xml (#341)
Branch: refs/heads/cecilia-docs-2
Home: https://github.com/dhis2/dhis2-docs
Commit: 4ff2de21736c67a02fa2585129c5ce729a55c75f
https://github.com/dhis2/dhis2-docs/commit/4ff2de21736c67a02fa2585129c5ce729a55c75f
Author: Martin Van Aken <martin@xxxxxxxxxxxxxxxx>
Date: 2016-10-19 (Wed, 19 Oct 2016)
Changed paths:
M src/docbkx/en/content/developer/web_api.xml
Log Message:
-----------
Update web_api.xml (#341)
As we now have DataSetElements between data set & data elements, call such as:
https://play.dhis2.org/demo/api/25/dataElements?filter=dataSet.id:eq:BfMAe6Itzgt
are no more working (no dataSet.id). Instead, we should use the dataSetElements:
https://play.dhis2.org/demo/api/25/dataElements?filter=dataSetElements.dataSet.id:eq:BfMAe6Itzgt
Tested on DHIS2 2.25 (demo version)
Commit: 2288dbc974ec6a34e7f7183132ef95e3859672a7
https://github.com/dhis2/dhis2-docs/commit/2288dbc974ec6a34e7f7183132ef95e3859672a7
Author: Cecilia Persson <cecilia@xxxxxxxxx>
Date: 2016-10-19 (Wed, 19 Oct 2016)
Changed paths:
M src/docbkx/en/content/developer/web_api.xml
Log Message:
-----------
Merge branch 'master' into cecilia-docs-2
Compare: https://github.com/dhis2/dhis2-docs/compare/3891fe3c3548...2288dbc974ec