Skip to content

Commit

Permalink
Merge pull request #126 from dhis2/DHIS2-15349
Browse files Browse the repository at this point in the history
docs: Remove skipMeta and skipEventId parameters
  • Loading branch information
enricocolasante authored Sep 15, 2023
2 parents 6308378 + ac138cd commit 8ffff5f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion releases/2.41/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ The following query parameters have been removed as they have never been impleme
effect on the response

* `/tracker/trackedEntities?attachment`
* `/tracker/event?attachment`
* `/tracker/events?attachment`

Following parameters were removed as including or excluding fields from the JSON response can be achieved by using the `fields` query parameter

* `/tracker/trackedEntities?skipMeta`
* `/tracker/events?skipMeta`
* `/tracker/events?skipEventId`


The `index` field of an entity in the report of a tracker import was removed.
When importing tracker entities using `POST /tracker` endpoint, the response follow the format described [here](https://docs.dhis2.org/en/develop/using-the-api/dhis-core-version-master/tracker.html#import-summary-structure).
Expand Down

0 comments on commit 8ffff5f

Please sign in to comment.