-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: cleanup requests to adhere to new tracker API #2176
Conversation
🚀 Deployed on https://pr-2176--dhis2-import-export.netlify.app |
fd4907c
to
55e342b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! 🚀
I noticed a remaining reference to ouMode in one of the test URLs. Not sure if that's intentional?
'https://debug.dhis2.org/dev/api/tracker/trackedEntities.json?ouMode=CAPTURE&format=json&includeDeleted=false&dataElementIdScheme=UID&eventIdScheme=UID&orgUnitIdScheme=UID&idScheme=UID&paging=false&totalPages=false&program=lxAQ7Zs9VYR' |
b78301f
to
c07ea31
Compare
🎉 This PR is included in version 101.1.23 🎉 The release is available on: Your semantic-release bot 📦🚀 |
List of changes:
ouMode
parameter is used in our code in for event export, tracked entity export. this does not do anything with the new endpoints and should be replaced byorgUnitMode
attachment={metadata}.json
parameter does not do anything and should be removed