https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42679
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion CC| |[email protected] --- Comment #5 from Jonathan Druart <[email protected]> --- You already can embed overdues+count on /patrons. Alternatively, if you need something fast you can filter on checkouts: /api/v1/patrons/51/checkouts?_page=1&_per_page=1&q=[{%22due_date%22:{%22%3C%22:%222026-06-23T23:59:00+00:00%22}}] fetch 1 and read the header "X-Total-Count". -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
