From 8a257abb21505fe33a87b53883162d0f3bd8a5ef Mon Sep 17 00:00:00 2001 From: teleivo Date: Thu, 18 Jan 2024 09:08:27 +0100 Subject: [PATCH] docs: deprecate skipPaging in favor of paging in tracker exporter TECH-1678 --- releases/2.41/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/releases/2.41/README.md b/releases/2.41/README.md index f53ef647..f32d03a2 100644 --- a/releases/2.41/README.md +++ b/releases/2.41/README.md @@ -77,6 +77,10 @@ in a future release. } ``` +Query parameter `paging` replaces `skipPaging`. Note that `paging` is the inverse of `skipPaging`. +This means if you want to disable pagination use `paging=false` instead of `skipPaging=true`. +Pagination remains on by default. + This aligns pagination in Tracker with other DHIS2 endpoints. ##### Semicolon as separator for identifiers (UID)