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.