[Bug 23358] New: REST API: Add pagination to /api/v1/holds
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23358 Bug ID: 23358 Summary: REST API: Add pagination to /api/v1/holds Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: REST api Assignee: koha-bugs@lists.koha-community.org Reporter: emmi.takkinen@outlook.com "/api/v1/holds" should allow use of _page and _per_page parameters. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23358 Emmi Takkinen <emmi.takkinen@outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23358 Emmi Takkinen <emmi.takkinen@outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |emmi.takkinen@outlook.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23358 Emmi Takkinen <emmi.takkinen@outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emmi.takkinen@outlook.com --- Comment #1 from Emmi Takkinen <emmi.takkinen@outlook.com> --- Created attachment 91727 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=91727&action=edit Bug 23358: Add pagination to /api/v1/holds Allow /api/v1/holds to use _page and _per_page parameters. Test plan: - Fetch http://koha/api/v1/holds to check if you have results - Fetch api/v1/holds?_per_page=1&_page=1 and check that only first result is returned - Fetch api/v1/holds?_per_page=1&_page=2 and check that only second result is returned - Repeat above with different values for each parameters and check that result is correct -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23358 Emmi Takkinen <emmi.takkinen@outlook.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23358 Josef Moravec <josef.moravec@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|Needs Signoff |RESOLVED CC| |josef.moravec@gmail.com --- Comment #2 from Josef Moravec <josef.moravec@gmail.com> --- Was resolved by bug 23597 *** This bug has been marked as a duplicate of bug 23597 *** -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org