https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23358

Emmi Takkinen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Emmi Takkinen <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to